git: 9front

Download patch

ref: a2deff179ca5d48ea2fbba234c43ebedbdf41b6f
parent: 7bffa51339030289a8d88d5171f3774d75cb31a0
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
--