[qwaq] Make command buffer larger for now

A small one should be fine once threading is working.
This commit is contained in:
Bill Currie 2020-03-02 18:30:58 +09:00
parent 6f1386fa0d
commit 33a07c0f6b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
#define MOUSE_MOVES_ON "\033[?1003h"// Make the terminal report mouse movements
#define MOUSE_MOVES_OFF "\033[?1003l"// Make the terminal report mouse movements
#define STRING_ID_QUEUE_SIZE 8 // must be > 1
#define COMMAND_QUEUE_SIZE 128
#define COMMAND_QUEUE_SIZE 1280
#define CMD_SIZE(x) sizeof(x)/sizeof(x[0])
typedef enum qwaq_commands_e {