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.213 by root, Thu Dec 22 16:44:10 2005 UTC vs.
Revision 1.215 by root, Fri Dec 23 14:46:34 2005 UTC

141 || !IN_RANGE_EXC (y, 0, nrow)) 141 || !IN_RANGE_EXC (y, 0, nrow))
142 return; 142 return;
143 143
144 for (;;) 144 for (;;)
145 { 145 {
146 const line_t &l = ROW(-view_start); 146 const line_t &l = ROW(y - view_start);
147 147
148 text_t t = l.t[x]; 148 text_t t = l.t[x];
149 149
150 if (t != NOCHAR || !x) 150 if (t != NOCHAR || !x)
151 { 151 {
1067 if (n > 0) 1067 if (n > 0)
1068 { 1068 {
1069 cmdbuf_endp += n; 1069 cmdbuf_endp += n;
1070 return true; 1070 return true;
1071 } 1071 }
1072 else if (n < 0 && errno != EAGAIN && errno != EINTR) 1072 else if ((n < 0 && errno != EAGAIN && errno != EINTR) || n == 0)
1073 {
1073 pty_ev.stop (); 1074 pty_ev.stop ();
1075
1076 if (!(options & Opt_hold))
1077 destroy ();
1078 }
1074 1079
1075 return false; 1080 return false;
1076} 1081}
1077 1082
1078void 1083void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines