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

Comparing rxvt-unicode/src/proxy.C (file contents):
Revision 1.4 by root, Tue Feb 7 05:32:47 2006 UTC vs.
Revision 1.5 by ayin, Tue Jan 16 18:25:51 2007 UTC

123 123
124ptytty_proxy::~ptytty_proxy () 124ptytty_proxy::~ptytty_proxy ()
125{ 125{
126 if (id) 126 if (id)
127 { 127 {
128 close (pty);
129
128 NEED_TOKEN; 130 NEED_TOKEN;
129 131
130 command cmd; 132 command cmd;
131 133
132 cmd.type = command::destroy; 134 cmd.type = command::destroy;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines