summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwinit.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-30 03:09:58 +0000
committerache <ache@FreeBSD.org>1994-10-30 03:09:58 +0000
commit491abb609952c74e827584e709db09c2ea9aed74 (patch)
treedd62d13f8c3f4006a2e9765e2afc8ff0a128cfd0 /usr.bin/window/wwinit.c
parentce751ae1f74f64cb33e1731a249cadaeb020a2d1 (diff)
downloadFreeBSD-src-491abb609952c74e827584e709db09c2ea9aed74.zip
FreeBSD-src-491abb609952c74e827584e709db09c2ea9aed74.tar.gz
Make window 8bit clean and ctype oriented.
Fix restart after ^Z hang.
Diffstat (limited to 'usr.bin/window/wwinit.c')
-rw-r--r--usr.bin/window/wwinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c
index 4e4d5da..b94d312 100644
--- a/usr.bin/window/wwinit.c
+++ b/usr.bin/window/wwinit.c
@@ -364,6 +364,7 @@ wwstart()
register i;
(void) wwsettty(0, &wwnewtty);
+ signal(SIGIO, wwrint);
for (i = 0; i < wwnrow; i++)
wwtouched[i] = WWU_TOUCHED;
wwstart1();
OpenPOWER on IntegriCloud