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.348 by sasha, Thu Aug 16 21:26:20 2007 UTC vs.
Revision 1.349 by ayin, Sun Aug 26 18:16:52 2007 UTC

2795rxvt_term::process_csi_seq () 2795rxvt_term::process_csi_seq ()
2796{ 2796{
2797 unicode_t ch, priv, i; 2797 unicode_t ch, priv, i;
2798 unsigned int nargs, p; 2798 unsigned int nargs, p;
2799 int n, ndef; 2799 int n, ndef;
2800 int arg[ESC_ARGS]; 2800 int arg[ESC_ARGS] = { };
2801 2801
2802 memset (arg, 0, sizeof (arg));
2803 nargs = 0; 2802 nargs = 0;
2804 2803
2805 priv = 0; 2804 priv = 0;
2806 ch = cmd_getc (); 2805 ch = cmd_getc ();
2807 if (ch >= '<' && ch <= '?') 2806 if (ch >= '<' && ch <= '?')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines