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:
49125f8
)
Remove superfluous braces.
author
ayin
<ayin>
Thu, 14 Feb 2008 23:53:05 +0000
(23:53 +0000)
committer
ayin
<ayin>
Thu, 14 Feb 2008 23:53:05 +0000
(23:53 +0000)
src/command.C
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index 9b71322245c6ed3806c7159c1cea574820155136..b10c8354338d44cdb037950634717980a7b9511e 100644
(file)
--- a/
src/command.C
+++ b/
src/command.C
@@
-548,7
+548,6
@@
rxvt_term::key_press (XKeyEvent &ev)
if (keysym >= 0xFF00 && keysym <= 0xFFFF)
{
- {
bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
unsigned int newlen = 1;
#ifdef XK_KP_Home
@@
-790,7
+789,6
@@
rxvt_term::key_press (XKeyEvent &ev)
if (newlen)
len = strlen (kbuf);
- }
/*
* Pass meta for all function keys, if 'meta' option set