diff options
Diffstat (limited to 'payloads/libpayload/curses')
-rw-r--r-- | payloads/libpayload/curses/PDCurses/pdcurses/clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/curses/PDCurses/pdcurses/clear.c b/payloads/libpayload/curses/PDCurses/pdcurses/clear.c index 75426e2728..11295e34d7 100644 --- a/payloads/libpayload/curses/PDCurses/pdcurses/clear.c +++ b/payloads/libpayload/curses/PDCurses/pdcurses/clear.c @@ -23,7 +23,7 @@ RCSID("$Id: clear.c,v 1.35 2008/07/13 16:08:18 wmcbrine Exp $") every cell of the window. clear() and wclear() are similar to erase() and werase(), but - they also call clearok() to ensure that the the window is + they also call clearok() to ensure that the window is cleared on the next wrefresh(). clrtobot() and wclrtobot() clear the window from the current |