*** empty log message ***
authorroot <root>
Tue, 7 Feb 2006 05:32:47 +0000 (05:32 +0000)
committerroot <root>
Tue, 7 Feb 2006 05:32:47 +0000 (05:32 +0000)
Changes
src/proxy.C

diff --git a/Changes b/Changes
index ba859150362ec520456c96d698ae043b1e1b1c23..813f924a27a22f2be52576c85e5b849f7010e27d 100644 (file)
--- 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.
index 55fa6176dca1264b179b883bb3c20f6c3a5b4b9c..12870312cdd2048bb7291ac9cac3d1b8fde5a236 100644 (file)
 
 #include "ptytty.h"
 
-// helper/proxy support
-
-#if PTYTTY_HELPER
-
 #include <csignal>
 
 #include <sys/types.h>
 #include <unistd.h>
 #include <fcntl.h>
 
+// helper/proxy support
+
+#if PTYTTY_HELPER
+
 static int sock_fd = -1, lock_fd = -1;
 static int helper_pid, owner_pid;