Bump protocol version for Ttclick

This commit is contained in:
Ori Bernstein 2020-04-25 09:38:02 -07:00
parent 8bc290cc0f
commit 5d7e9bee3c

View file

@ -2,7 +2,7 @@
2 increases SNARFSIZE from 4096 to 32000
3 adds a triple click
*/
#define VERSION 2
#define VERSION 3
#define TBLOCKSIZE 512 /* largest piece of text sent to terminal */
#define DATASIZE (UTFmax*TBLOCKSIZE+30) /* ... including protocol header stuff */