mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qwaq] Make command buffer larger for now
A small one should be fine once threading is working.
This commit is contained in:
parent
6f1386fa0d
commit
33a07c0f6b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue