diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/pad.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/scripts/kconfig/libcurses/pad.c b/scripts/kconfig/libcurses/pad.c index 3dfdfe5d6..8b44dabd4 100644 --- a/scripts/kconfig/libcurses/pad.c +++ b/scripts/kconfig/libcurses/pad.c | |||
@@ -62,14 +62,16 @@ pad | |||
62 | All functions except is_pad() return OK on success and ERR on error. | 62 | All functions except is_pad() return OK on success and ERR on error. |
63 | 63 | ||
64 | ### Portability | 64 | ### Portability |
65 | X/Open ncurses NetBSD | 65 | |
66 | newpad Y Y Y | 66 | Function | X/Open | ncurses | NetBSD |
67 | subpad Y Y Y | 67 | :---------------------|:------:|:-------:|:------: |
68 | prefresh Y Y Y | 68 | newpad | Y | Y | Y |
69 | pnoutrefresh Y Y Y | 69 | subpad | Y | Y | Y |
70 | pechochar Y Y Y | 70 | prefresh | Y | Y | Y |
71 | pecho_wchar Y Y Y | 71 | pnoutrefresh | Y | Y | Y |
72 | is_pad - Y Y | 72 | pechochar | Y | Y | Y |
73 | pecho_wchar | Y | Y | Y | ||
74 | is_pad | - | Y | Y | ||
73 | 75 | ||
74 | **man-end****************************************************************/ | 76 | **man-end****************************************************************/ |
75 | 77 | ||