support much longer prompts for the console
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user