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

Comparing rxvt-unicode/src/ptytty.h (file contents):
Revision 1.10 by root, Tue Jan 17 12:22:59 2006 UTC vs.
Revision 1.13 by root, Tue Jan 17 16:50:42 2006 UTC

49# endif 49# endif
50# endif 50# endif
51 51
52#endif 52#endif
53 53
54struct rxvt_ptytty_unix : rxvt_ptytty { 54struct rxvt_ptytty_unix : rxvt_ptytty
55{
55 char *name; 56 char *name;
56 57
57#ifndef RESET_TTY_TO_COMMON_DEFAULTS 58#ifndef RESET_TTY_TO_COMMON_DEFAULTS
58 struct stat savestat; /* original status of our tty */ 59 struct stat savestat; /* original status of our tty */
59#endif 60#endif
63#endif 64#endif
64public: 65public:
65 66
66 rxvt_ptytty_unix (); 67 rxvt_ptytty_unix ();
67 ~rxvt_ptytty_unix (); 68 ~rxvt_ptytty_unix ();
69
70 bool get ();
71 void put ();
68 72
69#if UTMP_SUPPORT 73#if UTMP_SUPPORT
70 int utmp_pos; 74 int utmp_pos;
71 int cmd_pid; 75 int cmd_pid;
72 bool login_shell; 76 bool login_shell;
79#endif 83#endif
80#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX) 84#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX)
81 char ut_id[5]; 85 char ut_id[5];
82#endif 86#endif
83 87
84 bool get ();
85 void put ();
86
87 void login (int cmd_pid, bool login_shell, const char *hostname); 88 void login (int cmd_pid, bool login_shell, const char *hostname);
88 void logout (); 89 void logout ();
89#endif 90#endif
90}; 91};
91 92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines