repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 2dd306764aa162c639cea5255f8d2c8ec252795b:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 2dd306764aa162c639cea5255f8d2c8ec252795b
Author: Marc Lehmann 
Date:   Sat Feb 21 21:11:59 2004 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index 0e0a69563cb7ab9cb7027c0179924a0f8f4b6b0f..
index ..a9571a3abd152782a8d8c13452c78c1216e3b1a8 100644
--- 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-----