summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-03-07 19:20:05 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-03-07 19:20:05 +0100
commit481ae719406aa288aa28ab040e13f3f573fe6776 (patch)
tree423bc9045d927d6b9f19cc0f908341a86dc3cedb
parentc07f5d32afdbe5404b0ea475fb4c205b218ae3d2 (diff)
vncs: fix dead Kend key
-rw-r--r--sys/src/cmd/vnc/kbds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/vnc/kbds.c b/sys/src/cmd/vnc/kbds.c
index 867e0e2f2..1714069d0 100644
--- a/sys/src/cmd/vnc/kbds.c
+++ b/sys/src/cmd/vnc/kbds.c
@@ -21,7 +21,7 @@ static Rune vnckeys[] =
[0x38] 0, 0, 0, 0, 0, 0, 0, 0,
[0x40] 0, 0, 0, 0, 0, 0, 0, 0,
[0x48] 0, 0, 0, 0, 0, 0, 0, 0,
-[0x50] Khome, Kleft, Kup, Kright, Kdown, Kpgup, Kpgdown,0,
+[0x50] Khome, Kleft, Kup, Kright, Kdown, Kpgup, Kpgdown,Kend,
[0x58] 0, 0, 0, 0, 0, 0, 0, 0,
[0x60] 0, Kprint, 0, Kins, 0, 0, 0, 0,
[0x68] 0, 0, 0, Kbreak, 0, 0, 0, 0,