summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sam
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2020-04-25 09:38:02 -0700
committerOri Bernstein <ori@eigenstate.org>2020-04-25 09:38:02 -0700
commit5d7e9bee3ce75cce5727c0283a192b344800cc07 (patch)
tree5b0463739e4ee974f81f24f4cab23596f837c210 /sys/src/cmd/sam
parent8bc290cc0f60487fc5e8f2411a36c123dda1376f (diff)
Bump protocol version for Ttclick
Diffstat (limited to 'sys/src/cmd/sam')
-rw-r--r--sys/src/cmd/sam/mesg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/sam/mesg.h b/sys/src/cmd/sam/mesg.h
index c8f3bbcc8..6a5bfb388 100644
--- a/sys/src/cmd/sam/mesg.h
+++ b/sys/src/cmd/sam/mesg.h
@@ -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 */