shithub: front

Download patch

ref: c05ee321f8e6bbb12eb97a6853a88544c11e3047
parent: f43c301827e7a22faddc50cc1c41d16c6fa3cf38
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Jun 25 09:23:06 EDT 2024

it kbmap: fix > and < (thanks NeuraL)

--- a/sys/lib/kbmap/it
+++ b/sys/lib/kbmap/it
@@ -84,7 +84,7 @@
 0	83	'.
 0	84	0
 0	85	0
-0	86	0
+0	86	'<
 0	87	0xf00b
 0	88	0xf00c
 0	89	0
@@ -212,7 +212,7 @@
 1	83	'.
 1	84	0
 1	85	0
-1	86	0
+1	86	'>
 1	87	0xf00b
 1	88	0xf00c
 1	89	0
--