shithub: patch

Download patch

ref: 9893c87427c77c059c7aea43f1c2f090782b9bc7
parent: ea968382f53acf6bd2db65a38eeed59bfdd10ee8
author: qwx <qwx@sciops.net>
date: Sun Sep 17 09:01:17 EDT 2023

remove riow-skip-redundant: merged

--- a/riow-skip-redundant
+++ /dev/null
@@ -1,13 +1,0 @@
-diff 06c482ecc7e168719718ba8e853261265b4a3cbd uncommitted
---- a//sys/src/cmd/riow.c
-+++ b//sys/src/cmd/riow.c
-@@ -377,6 +371,9 @@
- 			return 0;
- 		}
- 	}
-+	/* skip redundant event */
-+	if(c == 'k' && (mod & Mshift) == 0)
-+		return 0;
- 	/* mod4 + shift + 1…0 yields a shifted value on 'c': workaround */
- 	if(c == 'k' && mod == (Mmod4|Mshift) && r >= '0' && r <= '9'){
- 		vdaction(r - '0');