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/outopts.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/outopts.c | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/scripts/kconfig/libcurses/outopts.c b/scripts/kconfig/libcurses/outopts.c index e0a55e437..4c8950959 100644 --- a/scripts/kconfig/libcurses/outopts.c +++ b/scripts/kconfig/libcurses/outopts.c | |||
@@ -75,23 +75,25 @@ outopts | |||
75 | return OK on success and ERR on error. | 75 | return OK on success and ERR on error. |
76 | 76 | ||
77 | ### Portability | 77 | ### Portability |
78 | X/Open ncurses NetBSD | 78 | |
79 | clearok Y Y Y | 79 | Function | X/Open | ncurses | NetBSD |
80 | idlok Y Y Y | 80 | :---------------------|:------:|:-------:|:------: |
81 | idcok Y Y Y | 81 | clearok | Y | Y | Y |
82 | immedok Y Y Y | 82 | idlok | Y | Y | Y |
83 | leaveok Y Y Y | 83 | idcok | Y | Y | Y |
84 | setscrreg Y Y Y | 84 | immedok | Y | Y | Y |
85 | wsetscrreg Y Y Y | 85 | leaveok | Y | Y | Y |
86 | wgetscrreg - Y - | 86 | setscrreg | Y | Y | Y |
87 | scrollok Y Y Y | 87 | wsetscrreg | Y | Y | Y |
88 | is_cleared - Y - | 88 | wgetscrreg | - | Y | - |
89 | is_idlok - Y - | 89 | scrollok | Y | Y | Y |
90 | is_idcok - Y - | 90 | is_cleared | - | Y | - |
91 | is_immedok - Y - | 91 | is_idlok | - | Y | - |
92 | is_leaveok - Y Y | 92 | is_idcok | - | Y | - |
93 | is_scrollok - Y - | 93 | is_immedok | - | Y | - |
94 | raw_output - - - | 94 | is_leaveok | - | Y | Y |
95 | is_scrollok | - | Y | - | ||
96 | raw_output | - | - | - | ||
95 | 97 | ||
96 | **man-end****************************************************************/ | 98 | **man-end****************************************************************/ |
97 | 99 | ||