ref: ca7e5ba46d8e3357a21a75788389379f7a7c1a3f
parent: 443794fb20fa1b5ac4c752e4246b1e0ab1c1d192
author: aiju <devnull@localhost>
date: Sat Feb 7 13:55:03 EST 2015
games/c64: map : to \ key
--- a/sys/src/games/c64/c64.c
+++ b/sys/src/games/c64/c64.c
@@ -140,7 +140,7 @@
'5', 'r', 'd', '6', 'c', 'f', 't', 'x',
'7', 'y', 'g', '8', 'b', 'h', 'u', 'v',
'9', 'i', 'j', '0', 'm', 'k', 'o', 'n',
- '\'', 'p', 'l', '-', '.', ':', '@', ',',
+ '\'', 'p', 'l', '-', '.', '\\', '@', ',',
'[', '*', ';', Khome, Kalt, '=', ']', '/',
'1', Kins, '\t', '2', ' ', Kctl, 'q', Kdel
};
--
⑨