diff options
author | Ron Yorston <rmy@pobox.com> | 2025-04-10 19:41:43 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2025-04-10 19:41:43 +0100 |
commit | 486c1fcc341472fd8d64b820c3a7934cf3f42132 (patch) | |
tree | 476c8c594208a2b4b6bc94ec649a6f3e01983f18 /scripts/kconfig/libcurses/printw.c | |
parent | 3de63bc1739354df946c0b6dddd96058d8952bb7 (diff) | |
download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip |
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 | ||