summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwwrite.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/wwwrite.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/wwwrite.c')
-rw-r--r--usr.bin/window/wwwrite.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c
index d406cbc..9880460 100644
--- a/usr.bin/window/wwwrite.c
+++ b/usr.bin/window/wwwrite.c
@@ -58,12 +58,12 @@ static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93";
*/
wwwrite(w, p, n)
register struct ww *w;
-register char *p;
+register unsigned char *p;
int n;
{
char hascursor;
- char *savep = p;
- char *q = p + n;
+ unsigned char *savep = p;
+ unsigned char *q = p + n;
char *r = 0;
char *s;
OpenPOWER on IntegriCloud