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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.184 by root, Tue Jan 17 12:22:59 2006 UTC vs.
Revision 1.185 by root, Tue Jan 17 15:17:39 2006 UTC

715 } 715 }
716# endif 716# endif
717#endif 717#endif
718} 718}
719 719
720#ifdef UTMP_SUPPORT
721void
722rxvt_term::privileged_utmp (rxvt_privaction action)
723{
724 if (OPTION (Opt_utmpInhibit))
725 return;
726
727 rxvt_privileges (RESTORE);
728
729 if (action == SAVE)
730 pty->login (cmd_pid, OPTION (Opt_loginShell), rs[Rs_display_name]);
731 else
732 pty->logout ();
733
734 rxvt_privileges (IGNORE);
735}
736#endif
737
738/*----------------------------------------------------------------------*/ 720/*----------------------------------------------------------------------*/
739/* 721/*
740 * window size/position calculcations for XSizeHint and other storage. 722 * window size/position calculcations for XSizeHint and other storage.
741 * if width/height are non-zero then override calculated width/height 723 * if width/height are non-zero then override calculated width/height
742 */ 724 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines