aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/printw.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-04-10 19:41:43 +0100
committerRon Yorston <rmy@pobox.com>2025-04-10 19:41:43 +0100
commit486c1fcc341472fd8d64b820c3a7934cf3f42132 (patch)
tree476c8c594208a2b4b6bc94ec649a6f3e01983f18 /scripts/kconfig/libcurses/printw.c
parent3de63bc1739354df946c0b6dddd96058d8952bb7 (diff)
downloadbusybox-w32-master.tar.gz
busybox-w32-master.tar.bz2
busybox-w32-master.zip
Update PDCursesHEADmaster
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/libcurses/printw.c16
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