diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/printw.c | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/scripts/kconfig/libcurses/printw.c b/scripts/kconfig/libcurses/printw.c index 38e7fd112..a753638a5 100644 --- a/scripts/kconfig/libcurses/printw.c +++ b/scripts/kconfig/libcurses/printw.c | |||
@@ -32,13 +32,15 @@ printw | |||
32 | error. | 32 | error. |
33 | 33 | ||
34 | ### Portability | 34 | ### Portability |
35 | X/Open ncurses NetBSD | 35 | |
36 | printw Y Y Y | 36 | Function | X/Open | ncurses | NetBSD |
37 | wprintw Y Y Y | 37 | :---------------------|:------:|:-------:|:------: |
38 | mvprintw Y Y Y | 38 | printw | Y | Y | Y |
39 | mvwprintw Y Y Y | 39 | wprintw | Y | Y | Y |
40 | vwprintw Y Y Y | 40 | mvprintw | Y | Y | Y |
41 | vw_printw Y Y Y | 41 | mvwprintw | Y | Y | Y |
42 | vwprintw | Y | Y | Y | ||
43 | vw_printw | Y | Y | Y | ||
42 | 44 | ||
43 | **man-end****************************************************************/ | 45 | **man-end****************************************************************/ |
44 | 46 | ||