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.237 by root, Fri Jan 6 01:16:58 2006 UTC vs.
Revision 1.238 by root, Fri Jan 6 02:58:02 2006 UTC

2718 { 2718 {
2719 if (ch == NOCHAR) 2719 if (ch == NOCHAR)
2720 { 2720 {
2721 seq_begin = cmdbuf_ptr; 2721 seq_begin = cmdbuf_ptr;
2722 ch = next_char (); 2722 ch = next_char ();
2723 }
2724 2723
2725 if (ch == NOCHAR) // TODO: improve 2724 if (ch == NOCHAR)
2726 break; 2725 break;
2726 }
2727 2727
2728 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2728 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT)
2729 { 2729 {
2730 if (!seen_input) 2730 if (!seen_input)
2731 { 2731 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines