diff options
Diffstat (limited to 'usr.bin/window')
-rw-r--r-- | usr.bin/window/main.c | 2 | ||||
-rw-r--r-- | usr.bin/window/wwclreol.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 15de840..16fe0a5 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -64,7 +64,7 @@ char **argv; char *cmd = 0; char tflag = 0; - escapec = ESCAPEC; + escapec = ESCAPEC; if (p = rindex(*argv, '/')) p++; else diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index d827f67..5f3f64a 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -58,7 +58,7 @@ char cleared; { register union ww_char *buf; - buf = &w->ww_buf[row][col]; + buf = &w->ww_buf[row][col]; for (i = w->ww_b.r - col; --i >= 0;) buf++->c_w = ' '; } |