From 53cb8351b74b52fe52f1d2cab350dde7ce38c103 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 12 Dec 1995 18:53:38 +0000 Subject: (main): Set BOTTOM. --- term/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'term/main.c') diff --git a/term/main.c b/term/main.c index 886b6c64..0d5c7926 100644 --- a/term/main.c +++ b/term/main.c @@ -90,6 +90,7 @@ main (int argc, char **argv) if (!strcmp (argv[2], "device")) { type = T_DEVICE; + bottom = &devio_bottom; ourclass = tty_class; ourcntlclass = tty_cntl_class; ourcntl = &termctl; @@ -101,6 +102,7 @@ main (int argc, char **argv) else if (!strcmp (argv[2], "pty-master")) { type = T_PTYMASTER; + bottom = &ptyio_botom; ourclass = pty_class; ourcntlclass = pty_cntl_class; ourcntl = &ptyctl; @@ -111,6 +113,7 @@ main (int argc, char **argv) else if (!strcmp (argv[2], "pty-slave")) { type = T_PTYSLAVE; + bottom = &ptyio_bottom; ourclass = tty_class; ourcntlclass = tty_cntl_class; ourcntl = &termctl; -- cgit v1.2.3