diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/inopts.c | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/scripts/kconfig/libcurses/inopts.c b/scripts/kconfig/libcurses/inopts.c index 30e18f611..a1c4b49f8 100644 --- a/scripts/kconfig/libcurses/inopts.c +++ b/scripts/kconfig/libcurses/inopts.c | |||
@@ -106,32 +106,34 @@ inopts | |||
106 | always returns FALSE. All others return OK on success and ERR on error. | 106 | always returns FALSE. All others return OK on success and ERR on error. |
107 | 107 | ||
108 | ### Portability | 108 | ### Portability |
109 | X/Open ncurses NetBSD | 109 | |
110 | cbreak Y Y Y | 110 | Function | X/Open | ncurses | NetBSD |
111 | nocbreak Y Y Y | 111 | :---------------------|:------:|:-------:|:------: |
112 | echo Y Y Y | 112 | cbreak | Y | Y | Y |
113 | noecho Y Y Y | 113 | nocbreak | Y | Y | Y |
114 | halfdelay Y Y Y | 114 | echo | Y | Y | Y |
115 | intrflush Y Y Y | 115 | noecho | Y | Y | Y |
116 | keypad Y Y Y | 116 | halfdelay | Y | Y | Y |
117 | meta Y Y Y | 117 | intrflush | Y | Y | Y |
118 | nl Y Y Y | 118 | keypad | Y | Y | Y |
119 | nonl Y Y Y | 119 | meta | Y | Y | Y |
120 | nodelay Y Y Y | 120 | nl | Y | Y | Y |
121 | notimeout Y Y Y | 121 | nonl | Y | Y | Y |
122 | raw Y Y Y | 122 | nodelay | Y | Y | Y |
123 | noraw Y Y Y | 123 | notimeout | Y | Y | Y |
124 | noqiflush Y Y Y | 124 | raw | Y | Y | Y |
125 | qiflush Y Y Y | 125 | noraw | Y | Y | Y |
126 | timeout Y Y Y | 126 | noqiflush | Y | Y | Y |
127 | wtimeout Y Y Y | 127 | qiflush | Y | Y | Y |
128 | wgetdelay - Y - | 128 | timeout | Y | Y | Y |
129 | typeahead Y Y Y | 129 | wtimeout | Y | Y | Y |
130 | crmode Y Y Y | 130 | wgetdelay | - | Y | - |
131 | nocrmode Y Y Y | 131 | typeahead | Y | Y | Y |
132 | is_keypad - Y Y | 132 | crmode | Y | Y | Y |
133 | is_nodelay - Y - | 133 | nocrmode | Y | Y | Y |
134 | is_notimeout - Y - | 134 | is_keypad | - | Y | Y |
135 | is_nodelay | - | Y | - | ||
136 | is_notimeout | - | Y | - | ||
135 | 137 | ||
136 | **man-end****************************************************************/ | 138 | **man-end****************************************************************/ |
137 | 139 | ||