Lines Matching refs:code

153    source-code  or  documentation;  the  tic and infocmp programs are the
196 Pfeifer wrote all of the menu and forms code as well as the Ada95
485 The example code above uses the call keypad(stdscr, TRUE) to enable
486 support for function-key mapping. With this feature, the getch() code
525 background colors. The sample code above sets up eight color pairs,
542 curses. System V Release 4 curses contains code with similar
545 that mouse code works. Thus, we recommend that you wrap
546 mouse-related code in an #ifdef using the feature macro
602 distribution (bs and knight) contain code that illustrates how this
709 can also be given as NULL, meaning no error code is wanted. If
788 on the stdscr context instead. Reason: your code may be ported to run
805 There is a boolean function, isendwin(), which code can use to test
809 Here is some sample code for shellout:
821 followed by an refresh and a screen repaint you code yourself. The
833 KEY_RESIZE via the wgetch() calls. When ncurses returns that code, it
838 have to write special-purpose code to handle KEY_RESIZE yourself.
996 documented here is the panel code distributed with ncurses.
1030 panel code will re-compute all overlaps. This operation does not
1055 code; this will work only if the argument window is either in the top
1077 The panel_update code ignores hidden panels. You cannot do top_panel()
1089 code, to which you can attach application data. See the man page
1100 documented here is the menu code distributed with ncurses.
1151 predicate function. Your menu-processing code can use the function
1156 option so far defined for menus, but it is good practice to code as
1195 menu code computes from all these factors. There are other menu
1224 The main loop of your menu-processing code should call menu_driver()
1226 second is a menu command code. You should write an input-fetching
1263 considered application-specific commands. The menu_driver() code
1271 It is possible to change the current item from application code; this
1291 documented here is the form code distributed with ncurses.
1949 int request); /* form request code */
1957 field-termination functions) with which your application code can
2508 you should start by studying the library source code for whichever of
2511 Use that code as a model, and evolve it towards what you really want.
2512 You will avoid many problems and annoyances that way. The code in the