repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 2dd306764aa162c639cea5255f8d2c8ec252795b: path_to: revision_to:
commit 2dd306764aa162c639cea5255f8d2c8ec252795b Author: Marc LehmannDate: Sat Feb 21 21:11:59 2004 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -360,7 +360,7 @@ rxvt_term::lookup_key (XKeyEvent &ev)
if ((PrivateModes & PrivMode_aplKP) ? !shft : shft)
{
STRCPY (kbuf, "\033OZ");
- kbuf[2] = ("txvr"[keysym - XK_KP_Left]);
+ kbuf[2] = "txvr"[keysym - XK_KP_Left];
break;
}
else
-----END OF PAGE-----