Lines Matching +refs:test +refs:current +refs:scope
198 Contact the current maintainers at bug-ncurses@gnu.org.
258 these (called curscr, for current screen) is a screen image of what
271 A given physical screen section may be within the scope of any number
295 In order to move the current (y, x) coordinates from one point to
433 cursor to the window's current (y, x) coordinates after updating it.
444 are addch() and move(). addch() adds a character at the current (y, x)
445 coordinates. move() changes the current (y, x) coordinates to whatever
520 The other is to set the current-highlight value. This is logical-ORed
601 accept from the keyboard. Two of the test games in the ncurses
659 current terminal.
716 set to point to the current structure of terminal capabilities.
731 generate a file called "trace" in the current working directory
743 to a file called trace in the current directory.
805 There is a boolean function, isendwin(), which code can use to test
811 def_prog_mode(); /* save current tty modes */
854 Sometimes you may want to write programs that test for the presence of
860 test whether a given terminal type should be treated as "smart"
861 (cursor-addressable) or "stupid". The right way to test this is to see
863 can include the term.h file and test the value of the macro
957 by the window's current attribute (as set by wattrset(), wattron(),
1146 types always have a current item.
1149 looking at the current item. From a multi-valued menu, you get the
1212 current menu page is displayed.
1238 current item (because the select location does not change, but the
1242 The REQ_TOGGLE_ITEM selects or deselects the current item. It is for
1271 It is possible to change the current item from application code; this
1319 field, and plain text adds to or changes data in a current field. The
1462 You can, of course. query the current location through field_info().
1557 current line, the entire word is wrapped to the next line
1593 not current.
1896 current form page is actually displayed.
1928 The function data_ahead() returns TRUE if (a) the current field is
1929 one-line and has undisplayed data off to the right, (b) the current
2197 current line at the position of the edit cursor, inserting the portion
2198 of the current line after the cursor as a new line following the
2199 current and moving the cursor to the beginning of that new line (you
2203 current line from the position of the edit cursor to end of line. The
2215 instead appends the contents of the current line to the previous one
2216 and deletes the current line (you may think of this as deleting a
2235 Place the successor value of the current value in the buffer.
2238 Place the predecessor value of the current value in the buffer.
2255 current field or form changes. Here are the functions that support
2303 2. When the current page is changed by set_current_field() call
2304 3. When the current field is changed by a set_form_page() call
2333 The initial current field of a form is the first active field on the
2340 int form_page(FORM *form); /* return form's current page */
2427 get to field buffer 0 and test it. If the function returns TRUE, the
2499 read the current value, and set_field_buffer() on buffer 0 to set the