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.5 by ayin, Tue Jan 16 18:25:51 2007 UTC vs.
Revision 1.6 by root, Sat Jan 20 00:55:01 2007 UTC

123 123
124ptytty_proxy::~ptytty_proxy () 124ptytty_proxy::~ptytty_proxy ()
125{ 125{
126 if (id) 126 if (id)
127 { 127 {
128 close_tty ();
129
130 if (pty >= 0)
128 close (pty); 131 close (pty);
129 132
130 NEED_TOKEN; 133 NEED_TOKEN;
131 134
132 command cmd; 135 command cmd;
133 136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines