From: Jay Freeman (saurik) Date: Mon, 2 Nov 2009 20:28:41 +0000 (+0000) Subject: Added a minor console feature to eat blank lines. X-Git-Tag: v0.9.432~197 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/67f1fc6b03746f5c3d9c6e26ad0d16e6fe8eec62 Added a minor console feature to eat blank lines. --- diff --git a/Console.cpp b/Console.cpp index e43fab3..6946da7 100644 --- a/Console.cpp +++ b/Console.cpp @@ -226,6 +226,8 @@ static void Console(apr_pool_t *pool, int client) { mode_ = Working; if (line == NULL) break; + if (line[0] == '\0') + goto read; if (!extra) { extra = true;