X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/3130283e97c71d2f257413ae47133637d531ee76..86697c44de245c3062cbee12e19f14290920b4e2:/usr/src/usr.bin/window/ww.h diff --git a/usr/src/usr.bin/window/ww.h b/usr/src/usr.bin/window/ww.h index ca777a05fe..8e2b27be69 100644 --- a/usr/src/usr.bin/window/ww.h +++ b/usr/src/usr.bin/window/ww.h @@ -1,5 +1,5 @@ /* - * @(#)ww.h 3.14 83/09/15 + * @(#)ww.h 3.15 83/09/15 */ #include @@ -155,6 +155,7 @@ int wwnupdate, wwntouched, wwnmiss; #define wwbell() putchar(CTRL(g)) #define wwunbox(w) wwunframe(w) #define wwclreol(w,r,c) wwclreol1((w), (r), (c), 0) +#define wwredrawwin(w) wwredrawwin1((w), (w)->ww_i.t, (w)->ww_i.b, 0) /* the window virtual terminal */ #define WWT_TERM "TERM=window"