From 5d7e9bee3ce75cce5727c0283a192b344800cc07 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sat, 25 Apr 2020 09:38:02 -0700 Subject: Bump protocol version for Ttclick --- sys/src/cmd/sam/mesg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/sam') 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 */ -- cgit v1.2.3