• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ncurses-42/ncurses/test/

Lines Matching +refs:select +refs:frame +refs:by +refs:name

23  * Except as contained in this notice, the name(s) of the above copyright   *
58 #include <sys/select.h>
639 WINDOW *frame;
670 winstack[level].frame = box_win;
705 wresize(winstack[n].frame, high, wide);
710 box(winstack[n].frame, 0, 0);
711 wnoutrefresh(winstack[n].frame);
724 #define remember_boxes(level,text,frame) /* nothing */
930 wresize(winstack[n].frame, high, wide);
935 box_set(winstack[n].frame, 0, 0);
936 wnoutrefresh(winstack[n].frame);
1309 show_attr(int row, int skip, bool arrow, chtype attr, const char *name)
1316 mvprintw(row, 8, "%s mode:", name);
1381 NCURSES_CONST char * name;
1514 attrs_to_test[j].name);
1597 wide_show_attr(int row, int skip, bool arrow, chtype attr, short pair, const char *name)
1604 mvprintw(row, 8, "%s mode:", name);
1786 attrs_to_test[j].name);
1890 #define set_color_test(name, value) if (name != value) { name = value; base_row = 0; }
2358 "Use up/down to select a color, left/right to change fields.");
2360 "Modify field by typing nnn=, nnn-, or nnn+. ? for help.");
2433 P("You are in the RGB value editor. Use the arrow keys to select one of");
2438 P("as entered. Finish by typing `='. The change will take effect instantly.");
2801 const char *name;
2986 show_1_acs(int n, int repeat, const char *name, chtype code)
2992 mvprintw(row, col, "%*s : ", COLS / 4, name);
3005 #define BOTH(name) #name, (name | attr | COLOR_PAIR(pair))
3145 attrs_to_cycle[at_code].name,
3150 attrs_to_cycle[at_code].name);
3220 * function is met by the builtin refresh() in echo_wchar().
3234 show_1_wacs(int n, int repeat, const char *name, const cchar_t *code)
3240 mvprintw(row, col, "%*s : ", COLS / 4, name);
3257 /*#define BOTH2(name) #name, &(name) */
3258 #define BOTH2(name) #name, MERGE_ATTR(name)
3342 show_2_wacs(int n, const char *name, const char *code, attr_t attr, short pair)
3349 mvprintw(row, col, "%*s : ", COLS / 4, name);
3356 #define SHOW_UTF8(n, name, code) show_2_wacs(n, name, code, attr, pair)
3477 attrs_to_cycle[at_code].name,
3482 attrs_to_cycle[at_code].name);
3586 #define FRAME struct frame
3616 * _use_keypad name does not work with Solaris 8.
3746 int si = lri - uli + 1; /* depth of the select area */
3747 int sj = lrj - ulj + 1; /* width of the select area */
3748 int i = 0, j = 0; /* offsets into the select area */
4939 int w, h, bx, by, sw, sh, i;
4945 getbegyx(win, by, bx);
4948 if ((subWin = subwin(win, sh, sw, by + h - sh - 2, bx + w - sw - 2)) == 0)
5087 mvaddstr(2, 0, " Use up and down arrow to move the select bar.");
5139 #define T_TBL(name) { #name, name }
5141 const char *name;
5174 for (n = 0; t_tbl[n].name != 0; n++)
5175 need += strlen(t_tbl[n].name) + 2;
5180 sprintf(buf + strlen(buf), "%s, ", t_tbl[0].name);
5182 for (n = 1; t_tbl[n].name != 0; n++)
5184 strcat(buf, t_tbl[n].name);
5246 mvaddstr(3, 0, " Use up and down arrow to move the select bar.");
5252 for (n = 0; t_tbl[n].name != 0; n++) {
5253 if ((*ip = new_item(t_tbl[n].name, "")) != 0) {
5897 printw("^Q/ESC = terminate test. Up/down/space select test variations (%d %d).",
6373 puts("You may select a test from the main menu by typing the");
6551 * select terminal commands even if the capabilities are wrong.