summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-03-09 03:38:31 +0000
committerMichael Jennings <mej@kainx.org>2000-03-09 03:38:31 +0000
commitc9a97e46bee924d32a24f53430077f5a748e6570 (patch)
tree221497242e05f7b6b8ac4db64b0f49e3428ca93e /src/command.h
parent6c0c02f897edaca1d32bcb6c32ea1ce7b38da683 (diff)
downloadeterm-c9a97e46bee924d32a24f53430077f5a748e6570.tar.gz
Wed Mar 8 19:35:36 PST 2000 Michael Jennings <mej@eterm.org>
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
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
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;