]> git.lizzy.rs Git - plan9front.git/commitdiff
vncs: fix dead Kend key
authorcinap_lenrek <cinap_lenrek@felloff.net>
Mon, 7 Mar 2016 18:20:05 +0000 (19:20 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Mon, 7 Mar 2016 18:20:05 +0000 (19:20 +0100)
sys/src/cmd/vnc/kbds.c

index 867e0e2f2f26b9ee1a78df6e433fcfc46bb4c4ca..1714069d012afd72097bbf9f6544b6612d9cb5b8 100644 (file)
@@ -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,