projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03722c5
)
*** empty log message ***
author
ayin
<ayin>
Sat, 10 Nov 2007 16:04:49 +0000
(16:04 +0000)
committer
ayin
<ayin>
Sat, 10 Nov 2007 16:04:49 +0000
(16:04 +0000)
src/command.C
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index 9a06a2f46b3e580f4e5b1a42968c4f1f29847f8b..eb9520efbb9075d452d8797d7127e4f71c819899 100644
(file)
--- a/
src/command.C
+++ b/
src/command.C
@@
-598,10
+598,10
@@
rxvt_term::key_press (XKeyEvent &ev)
break;
#ifdef XK_KP_Left
+ case XK_KP_Left: /* \033Ot or standard */
case XK_KP_Up: /* \033Ox or standard */
- case XK_KP_Down: /* \033Or or standard */
case XK_KP_Right: /* \033Ov or standard */
- case XK_KP_
Left: /* \033Ot
or standard */
+ case XK_KP_
Down: /* \033Or
or standard */
if (kp)
{
strcpy (kbuf, "\033OZ");