aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c')
-rw-r--r--payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c
index c099ada728..abae4f2614 100644
--- a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c
+++ b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/terminfo.c
@@ -35,10 +35,10 @@ RCSID("$Id: terminfo.c,v 1.37 2008/07/21 12:29:20 wmcbrine Exp $")
int tputs(const char *, int, int (*)(int));
Description:
- mvcur() lets you move the physical cursor without updating any
+ mvcur() lets you move the physical cursor without updating any
window cursor positions. It returns OK or ERR.
- The rest of these functions are currently implemented as stubs,
+ The rest of these functions are currently implemented as stubs,
returning the appropriate errors and doing nothing else.
Portability X/Open BSD SYS V