From: root Date: Tue, 7 Feb 2006 05:32:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=897aa802816dce480c7d510b57abc4b564230d95;p=dana%2Furxvt.git *** empty log message *** --- 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;