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

Comparing rxvt-unicode/src/libptytty.h (file contents):
Revision 1.8 by root, Mon Feb 12 17:34:58 2007 UTC vs.
Revision 1.9 by root, Thu Aug 2 13:54:17 2007 UTC

7#ifdef __cplusplus 7#ifdef __cplusplus
8 8
9// C++ API 9// C++ API
10 10
11struct ptytty { 11struct ptytty {
12 int pty; // pty file descriptor; connected to rxvt 12 int pty; // pty file descriptor; connected to terminal emulator
13 int tty; // tty file descriptor; connected to child 13 int tty; // tty file descriptor; connected to child
14 14
15 virtual ~ptytty () 15 virtual ~ptytty ()
16 { 16 {
17 } 17 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines