diff options
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 | ||