From 108c5fc82244a9f7bf31063cd0dbdb8216fb366e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 27 Apr 2010 20:38:25 +0000 Subject: [PATCH] Add square brackets and closes to completer word break. --- Console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Console.cpp b/Console.cpp index 2d6b566..91d389c 100644 --- a/Console.cpp +++ b/Console.cpp @@ -382,7 +382,7 @@ static char **Complete(const char *word, int start, int end) { // need char *, not const char * static char name_[] = "cycript"; -static char break_[] = " \t\n\"\\'`@$><=;|&{(" ".:"; +static char break_[] = " \t\n\"\\'`@$><=;|&{(" ")}" ".:[]"; static void Console(apr_pool_t *pool, CYOptions &options) { passwd *passwd; -- 2.49.0