summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2015-02-07 18:55:03 +0100
committeraiju <devnull@localhost>2015-02-07 18:55:03 +0100
commitdc506ad17ec1ba71a76e45d1407b3695b375243b (patch)
tree210387f43e5e6616042d9bc35808ef3012d83c5c
parent0ac099e6b444837f0f91c8fecc6719bd3c63eb44 (diff)
downloadplan9front-dc506ad17ec1ba71a76e45d1407b3695b375243b.tar.xz
games/c64: map : to \ key
-rw-r--r--sys/src/games/c64/c64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/c64/c64.c b/sys/src/games/c64/c64.c
index b81de50e5..1bb7cad4a 100644
--- a/sys/src/games/c64/c64.c
+++ b/sys/src/games/c64/c64.c
@@ -140,7 +140,7 @@ keyproc(void *)
'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
};