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.11 by root, Tue Jan 17 12:29:40 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
54struct rxvt_ptytty_unix : rxvt_ptytty { 59struct rxvt_ptytty_unix : rxvt_ptytty_base
60{
55 char *name; 61 char *name;
56 62
57#ifndef RESET_TTY_TO_COMMON_DEFAULTS 63#ifndef RESET_TTY_TO_COMMON_DEFAULTS
58 struct stat savestat; /* original status of our tty */ 64 struct stat savestat; /* original status of our tty */
59#endif 65#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines