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:
bda876a
)
*** empty log message ***
author
ayin
<ayin>
Tue, 26 Jun 2007 15:17:24 +0000
(15:17 +0000)
committer
ayin
<ayin>
Tue, 26 Jun 2007 15:17:24 +0000
(15:17 +0000)
src/command.C
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index 280ce9cef9ef310cec958446bb41339543e0cd74..5fcd2f058e465783795a4168456bb1e987f2f85b 100644
(file)
--- a/
src/command.C
+++ b/
src/command.C
@@
-2814,8
+2814,8
@@
rxvt_term::process_csi_seq ()
int n, ndef;
int arg[ESC_ARGS];
- for (nargs = ESC_ARGS; nargs > 0;)
-
arg[--nargs]
= 0;
+ memset (arg, 0, sizeof (arg));
+
nargs
= 0;
priv = 0;
ch = cmd_getc ();