diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/inch.c | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/scripts/kconfig/libcurses/inch.c b/scripts/kconfig/libcurses/inch.c index 2bd4430f6..28b57e222 100644 --- a/scripts/kconfig/libcurses/inch.c +++ b/scripts/kconfig/libcurses/inch.c | |||
@@ -31,15 +31,17 @@ inch | |||
31 | returned.) Note that in PDCurses, chtype and cchar_t are the same. | 31 | returned.) Note that in PDCurses, chtype and cchar_t are the same. |
32 | 32 | ||
33 | ### Portability | 33 | ### Portability |
34 | X/Open ncurses NetBSD | 34 | |
35 | inch Y Y Y | 35 | Function | X/Open | ncurses | NetBSD |
36 | winch Y Y Y | 36 | :---------------------|:------:|:-------:|:------: |
37 | mvinch Y Y Y | 37 | inch | Y | Y | Y |
38 | mvwinch Y Y Y | 38 | winch | Y | Y | Y |
39 | in_wch Y Y Y | 39 | mvinch | Y | Y | Y |
40 | win_wch Y Y Y | 40 | mvwinch | Y | Y | Y |
41 | mvin_wch Y Y Y | 41 | in_wch | Y | Y | Y |
42 | mvwin_wch Y Y Y | 42 | win_wch | Y | Y | Y |
43 | mvin_wch | Y | Y | Y | ||
44 | mvwin_wch | Y | Y | Y | ||
43 | 45 | ||
44 | **man-end****************************************************************/ | 46 | **man-end****************************************************************/ |
45 | 47 | ||