From 897aa802816dce480c7d510b57abc4b564230d95 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Feb 2006 05:32:47 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/proxy.C | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index ba859150..813f924a 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,7 @@ WISH: anyevent mouse notification / manage MotionMask better. WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. DUMB: support tex fonts +TODO: default cutchars should includce = - changed interpretation of [alpha] colour prefix. - +option now really sets the option to default, instead of using the resource value. diff --git a/src/proxy.C b/src/proxy.C index 55fa6176..12870312 100644 --- a/src/proxy.C +++ b/src/proxy.C @@ -27,10 +27,6 @@ #include "ptytty.h" -// helper/proxy support - -#if PTYTTY_HELPER - #include #include @@ -38,6 +34,10 @@ #include #include +// helper/proxy support + +#if PTYTTY_HELPER + static int sock_fd = -1, lock_fd = -1; static int helper_pid, owner_pid; -- 2.34.1