]> git.proxmox.com Git - spiceterm.git/blobdiff - spiceterm.h
resize: discard pending commands
[spiceterm.git] / spiceterm.h
index b2c764c7922cb6b505a8d0d8b92a4980ec6f70f8..6657186717d27a31179ffae4dd4255a6a020fce7 100644 (file)
@@ -20,7 +20,7 @@ typedef struct TextCell {
     TextAttributes attrib;
 } TextCell;
 
-#define COMMANDS_SIZE (1024*10)
+#define COMMANDS_SIZE (1024)
 #define MAX_HEIGHT 1440
 #define MAX_WIDTH 2560