ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ptytty_wrapper.C
Revision: 1.7
Committed: Tue Dec 31 19:17:55 2013 UTC (10 years, 4 months ago) by sf-exg
Content type: text/plain
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_20, rxvt-unicode-rel-9_21
Changes since 1.6: +1 -1 lines
Log Message:
Revert last change.

ptytty::create now uses the helper regardless of the pid of the running
process.

File Contents

# Content
1 #include <config.h>
2 #include "rxvt.h"
3
4 #define PTYTTY_REENTRANT 0
5
6 #define PTYTTY_FATAL rxvt_fatal
7 #define PTYTTY_WARN rxvt_warn
8
9 #include "logging.C"
10 #include "proxy.C"
11 #include "ptytty.C"