aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c')
-rw-r--r--payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c
index 7347e74032..6609b29383 100644
--- a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c
+++ b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/inch.c
@@ -20,14 +20,14 @@ RCSID("$Id: inch.c,v 1.33 2008/07/13 16:08:18 wmcbrine Exp $")
int mvwin_wch(WINDOW *win, int y, int x, cchar_t *wcval);
Description:
- The inch() functions retrieve the character and attribute from
- the current or specified window position, in the form of a
+ The inch() functions retrieve the character and attribute from
+ the current or specified window position, in the form of a
chtype. If a NULL window is specified, (chtype)ERR is returned.
- The in_wch() functions are the wide-character versions; instead
- of returning a chtype, they store a cchar_t at the address
- specified by wcval, and return OK or ERR. (No value is stored
- when ERR is returned.) Note that in PDCurses, chtype and cchar_t
+ The in_wch() functions are the wide-character versions; instead
+ of returning a chtype, they store a cchar_t at the address
+ specified by wcval, and return OK or ERR. (No value is stored
+ when ERR is returned.) Note that in PDCurses, chtype and cchar_t
are the same.
Portability X/Open BSD SYS V