ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ptytty_wrapper.C
Revision: 1.1
Committed: Mon May 30 21:24:43 2011 UTC (13 years ago) by sf-exg
Content type: text/plain
Branch: MAIN
Log Message:
Embed libptytty.

File Contents

# User Rev Content
1 sf-exg 1.1 #include <config.h>
2     #include "rxvt.h"
3    
4     #define PTYTTY_NO_LIBCPP
5    
6     #define PTYTTY_FATAL rxvt_fatal
7     #define PTYTTY_WARN rxvt_warn
8    
9     #include "fdpass.C"
10     #include "logging.C"
11     #include "proxy.C"
12     #include "ptytty.C"