aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/libcurses/refresh.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/refresh.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/refresh.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/scripts/kconfig/libcurses/refresh.c b/scripts/kconfig/libcurses/refresh.c
index 306f4efb3..1dce414e5 100644
--- a/scripts/kconfig/libcurses/refresh.c
+++ b/scripts/kconfig/libcurses/refresh.c
@@ -45,13 +45,15 @@ refresh
45 All functions return OK on success and ERR on error. 45 All functions return OK on success and ERR on error.
46 46
47### Portability 47### Portability
48 X/Open ncurses NetBSD 48
49 refresh Y Y Y 49 Function | X/Open | ncurses | NetBSD
50 wrefresh Y Y Y 50 :---------------------|:------:|:-------:|:------:
51 wnoutrefresh Y Y Y 51 refresh | Y | Y | Y
52 doupdate Y Y Y 52 wrefresh | Y | Y | Y
53 redrawwin Y Y Y 53 wnoutrefresh | Y | Y | Y
54 wredrawln Y Y Y 54 doupdate | Y | Y | Y
55 redrawwin | Y | Y | Y
56 wredrawln | Y | Y | Y
55 57
56**man-end****************************************************************/ 58**man-end****************************************************************/
57 59