From c9a97e46bee924d32a24f53430077f5a748e6570 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Thu, 9 Mar 2000 03:38:31 +0000 Subject: Wed Mar 8 19:35:36 PST 2000 Michael Jennings Added a new --pipe-name option to allow Eterm to read from a console device/tty/pipe other than /dev/console. This is useful for folks on Debian, where "console" messages actually go to the /dev/xconsole named pipe rather than to /dev/tty0. SVN revision: 2212 --- src/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index ca81e74..4766061 100644 --- a/src/command.h +++ b/src/command.h @@ -321,6 +321,7 @@ typedef struct { /* sgtty interface */ /************ Variables ************/ extern int my_ruid, my_rgid, my_euid, my_egid; +extern int pipe_fd; extern char initial_dir[PATH_MAX+1]; extern unsigned long PrivateModes; extern Atom wmDeleteWindow; -- cgit v1.2.1