summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/cmd1.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/cmd1.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/cmd1.c')
-rw-r--r--usr.bin/window/cmd1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c
index df6deb9..6fdc9da 100644
--- a/usr.bin/window/cmd1.c
+++ b/usr.bin/window/cmd1.c
@@ -115,7 +115,7 @@ int maxrow, maxcol;
{
static int scount;
int count;
- char c;
+ int c;
int oldrow = *row, oldcol = *col;
while ((c = wwgetc()) >= 0) {
OpenPOWER on IntegriCloud