ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.334 by ayin, Tue Jun 26 13:05:05 2007 UTC vs.
Revision 1.335 by ayin, Tue Jun 26 15:17:24 2007 UTC

2812 unicode_t ch, priv, i; 2812 unicode_t ch, priv, i;
2813 unsigned int nargs, p; 2813 unsigned int nargs, p;
2814 int n, ndef; 2814 int n, ndef;
2815 int arg[ESC_ARGS]; 2815 int arg[ESC_ARGS];
2816 2816
2817 for (nargs = ESC_ARGS; nargs > 0;) 2817 memset (arg, 0, sizeof (arg));
2818 arg[--nargs] = 0; 2818 nargs = 0;
2819 2819
2820 priv = 0; 2820 priv = 0;
2821 ch = cmd_getc (); 2821 ch = cmd_getc ();
2822 if (ch >= '<' && ch <= '?') 2822 if (ch >= '<' && ch <= '?')
2823 { /* '<' '=' '>' '?' */ 2823 { /* '<' '=' '>' '?' */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines