From: Jay Freeman (saurik) Date: Tue, 27 Apr 2010 20:38:25 +0000 (+0000) Subject: Add square brackets and closes to completer word break. X-Git-Tag: v0.9.432~60 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/108c5fc82244a9f7bf31063cd0dbdb8216fb366e Add square brackets and closes to completer word break. --- 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;