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/refresh.c | |
parent | 3de63bc1739354df946c0b6dddd96058d8952bb7 (diff) | |
download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip |
Diffstat (limited to 'scripts/kconfig/libcurses/refresh.c')
-rw-r--r-- | scripts/kconfig/libcurses/refresh.c | 16 |
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 | ||