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.
#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;