From 24135e4c8b6c7a2e0314b92c1020f07f3ac58efe Mon Sep 17 00:00:00 2001 From: sf-exg Date: Tue, 31 Dec 2013 19:17:55 +0000 Subject: Revert last change. ptytty::create now uses the helper regardless of the pid of the running process. --- src/ptytty_wrapper.C | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/ptytty_wrapper.C diff --git a/src/ptytty_wrapper.C b/src/ptytty_wrapper.C new file mode 100644 index 0000000..8b6649f --- /dev/null +++ b/src/ptytty_wrapper.C @@ -0,0 +1,11 @@ +#include +#include "rxvt.h" + +#define PTYTTY_REENTRANT 0 + +#define PTYTTY_FATAL rxvt_fatal +#define PTYTTY_WARN rxvt_warn + +#include "logging.C" +#include "proxy.C" +#include "ptytty.C" -- cgit v1.2.3