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

Comparing rxvt-unicode/src/ptytty.C (file contents):
Revision 1.34 by ayin, Tue Jan 17 08:54:33 2006 UTC vs.
Revision 1.35 by root, Tue Jan 17 10:19:13 2006 UTC

372 pty = tty = -1; 372 pty = tty = -1;
373 name = 0; 373 name = 0;
374#ifndef NO_SETOWNER_TTYDEV 374#ifndef NO_SETOWNER_TTYDEV
375 saved = false; 375 saved = false;
376#endif 376#endif
377#if UTMP_SUPPORT
378 cmd_pid = 0;
379#endif
377} 380}
378 381
379rxvt_ptytty::~rxvt_ptytty () 382rxvt_ptytty::~rxvt_ptytty ()
380{ 383{
384 logout ();
381 put (); 385 put ();
382} 386}
383 387
384void 388void
385 389

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines