• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ncurses-44/ncurses/test/

Lines Matching +defs:help +defs:text

586     static const char *help[] =
600 unsigned chk = ((SIZEOF(help) + 1) / 2);
607 for (n = 0; n < SIZEOF(help); ++n) {
610 int flg = ((strstr(help[n], "toggle") != 0)
611 && (flags[UChar(*help[n])] != FALSE));
614 mvprintw(row, col, "%s", help[n]);
638 WINDOW *text;
669 winstack[level].text = txt_win;
688 * For wgetch_test(), we create pairs of windows - one for a box, one for text.
706 wresize(winstack[n].text, high - 2, wide - 2);
709 werase(winstack[n].text);
712 wprintw(winstack[n].text,
714 getmaxy(winstack[n].text),
715 getmaxx(winstack[n].text));
716 wnoutrefresh(winstack[n].text);
717 if (winstack[n].text == win)
724 #define remember_boxes(level,text,frame) /* nothing */
912 * For wget_wch_test(), we create pairs of windows - one for a box, one for text.
931 wresize(winstack[n].text, high - 2, wide - 2);
934 werase(winstack[n].text);
937 wprintw(winstack[n].text,
939 getmaxy(winstack[n].text),
940 getmaxx(winstack[n].text));
941 wnoutrefresh(winstack[n].text);
942 if (winstack[n].text == win)
1201 " </> shifts the text left/right. ");
1209 " t/T toggle text/background color attribute");
1223 printw(", text %d", tx);
1321 * Just for testing, write text using the alternate character set one
1460 /* test text attributes */
1520 mvprintw(row + 1, 8, "Enter '?' for help.");
1610 * Just for testing, write text using the alternate character set one
1736 /* test text attributes using wide-character calls */
1792 mvprintw(row + 1, 8, "Enter '?' for help.");
1875 " n/N toggle text/number on/off");
1883 " x/X toggle text between ASCII and wide-character");
2360 "Modify field by typing nnn=, nnn-, or nnn+. ? for help.");
3224 * The repeat-count may make text wrap - avoid that.
4174 saywhat(text)
4177 saywhat(NCURSES_CONST char *text)
4181 if (text != 0 && *text != '\0') {
4182 waddstr(stdscr, text);
6556 (void) printf("Welcome to %s. Press ? for help.\n", curses_version());
6558 (void) printf("Welcome to ncurses %d.%d.%d. Press ? for help.\n",
6563 (void) puts("Welcome to ncurses. Press ? for help.");