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.11 by root, Tue Jan 17 12:29:40 2006 UTC vs.
Revision 1.12 by root, Tue Jan 17 15:17:39 2006 UTC

49# endif 49# endif
50# endif 50# endif
51 51
52#endif 52#endif
53 53
54struct rxvt_ptytty_base : rxvt_ptytty
55{
56 virtual void put () = 0;
57};
58
59struct rxvt_ptytty_unix : rxvt_ptytty_base 54struct rxvt_ptytty_unix : rxvt_ptytty
60{ 55{
61 char *name; 56 char *name;
62 57
63#ifndef RESET_TTY_TO_COMMON_DEFAULTS 58#ifndef RESET_TTY_TO_COMMON_DEFAULTS
64 struct stat savestat; /* original status of our tty */ 59 struct stat savestat; /* original status of our tty */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines