aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c')
-rw-r--r--payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c
index 50527f2f5b..67b9f4784b 100644
--- a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c
+++ b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/insch.c
@@ -25,20 +25,20 @@ RCSID("$Id: insch.c,v 1.44 2008/07/13 16:08:18 wmcbrine Exp $")
int mvwins_wch(WINDOW *win, int y, int x, const cchar_t *wch);
Description:
- The insch() functions insert a chtype into the window at the
- current or specified cursor position. The cursor is NOT
- advanced. A newline is equivalent to clrtoeol(); tabs are
- expanded; other control characters are converted as with
+ The insch() functions insert a chtype into the window at the
+ current or specified cursor position. The cursor is NOT
+ advanced. A newline is equivalent to clrtoeol(); tabs are
+ expanded; other control characters are converted as with
unctrl().
The ins_wch() functions are the wide-character
equivalents, taking cchar_t pointers rather than chtypes.
Video attributes can be combined with a character by ORing
- them into the parameter. Text, including attributes, can be
+ them into the parameter. Text, including attributes, can be
copied from one place to another using inch() and insch().
- insrawch() etc. are PDCurses-specific wrappers for insch() etc.
+ insrawch() etc. are PDCurses-specific wrappers for insch() etc.
that disable the translation of control characters.
Return Value: