shithub: riscv

Download patch

ref: 5d7e9bee3ce75cce5727c0283a192b344800cc07
parent: 8bc290cc0f60487fc5e8f2411a36c123dda1376f
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Apr 25 05:38:02 EDT 2020

Bump protocol version for Ttclick

--- 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 */