support much longer prompts for the console

This commit is contained in:
Campbell Barton
2009-11-08 11:33:01 +00:00
parent 18a5cd095a
commit 49cb4d0065

View File

@@ -505,7 +505,7 @@ typedef struct SpaceConsole {
ListBase scrollback; /* ConsoleLine; output */
ListBase history; /* ConsoleLine; command history, current edited line is the first */
char prompt[8];
char prompt[256];
char language[32]; /* multiple consoles are possible, not just python */
} SpaceConsole;