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.252 by root, Mon Jan 9 22:41:41 2006 UTC vs.
Revision 1.253 by root, Mon Jan 9 23:30:01 2006 UTC

4462const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 4462const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4463 4463
4464void 4464void
4465rxvt_term::tt_write (const char *data, unsigned int len) 4465rxvt_term::tt_write (const char *data, unsigned int len)
4466{ 4466{
4467 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END)))
4468 return;
4469
4467 if (pty.pty < 0) 4470 if (pty.pty < 0)
4468 return; 4471 return;
4469 4472
4470 if (v_buflen == 0) 4473 if (v_buflen == 0)
4471 { 4474 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines