diff options
| -rw-r--r-- | sys/src/cmd/sam/mesg.h | 2 |
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 */ |
