diff options
Diffstat (limited to '')
-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 | ||