diff options
author | ache <ache@FreeBSD.org> | 1994-10-30 03:09:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-30 03:09:58 +0000 |
commit | 491abb609952c74e827584e709db09c2ea9aed74 (patch) | |
tree | dd62d13f8c3f4006a2e9765e2afc8ff0a128cfd0 /usr.bin/window/wwlabel.c | |
parent | ce751ae1f74f64cb33e1731a249cadaeb020a2d1 (diff) | |
download | FreeBSD-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/wwlabel.c')
-rw-r--r-- | usr.bin/window/wwlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index d78e1f2..4bb128f 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -60,7 +60,7 @@ char *l; register char *fmap; register char *smap; char touched; - char *p; + unsigned char *p; if (f->ww_fmap == 0) return; |