Home
last modified time | relevance | path

Searched refs:curscr (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/ee/
H A Dnew_curse.c86 WINDOW *curscr; variable
762 copy_window(curscr, local_cur);
765 delwin(curscr);
768 curscr = local_cur;
1014 curscr = newwin(LINES, COLS, 0, 0); in initscr()
2112 fprintf(stderr, "columns=%d, lines=%d \n",curscr->Num_cols, curscr->Num_lines);
2113 …for (value = 0, temp = curscr->first_line; value < curscr->Num_lines; value++, temp = temp->next_s…
2817 delwin(curscr); in endwin()
2981 for (i = 0, tmp = curscr->first_line; i < window->SR; i++)
2984 curscr->first_line = curscr->first_line->next_screen;
[all …]
H A Dnew_curse.h182 extern WINDOW *curscr;
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c68 if (window_is(curscr)) { in remove_window_from_screen()
69 remove_window(curscr); in remove_window_from_screen()
78 if (window_is(curscr)) { in remove_window_from_screen()
79 remove_window(curscr); in remove_window_from_screen()
H A Dlib_set_term.c87 curscr = CurScreen(newSP); in NCURSES_EXPORT()
96 curscr = 0; in NCURSES_EXPORT()
235 curscr = 0; in delscreen()
677 curscr = CurScreen(sp); in NCURSES_SP_NAME()
H A Dlib_screen.c1035 curscr = CurScreen(SP_PARM); in NCURSES_SP_NAME()
1063 NewScreen(SP_PARM) = dupwin(curscr); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c59 NCURSES_PUBLIC_VAR(curscr) (void) in NCURSES_PUBLIC_VAR() argument
70 NCURSES_EXPORT_VAR(WINDOW *) curscr = 0;
/freebsd/usr.bin/systat/
H A Dkeyboard.c129 wrefresh(curscr); in keyboard_dispatch()
/freebsd/usr.bin/talk/
H A Ddisplay.c174 wrefresh(curscr); in display()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in187 curscr.3x curscr.3ncurses
H A Dmanhtml.aliases44 curscr(3X) curs_variables(3X)
/freebsd/contrib/dialog/
H A Dui_getc.c493 (void) wrefresh(curscr); in dlg_getc()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def175 "curscr" @501 NONAME
H A Dncurses.ref9 "curscr" @501 NONAME ; variable
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c568 clearok(curscr, 1); in cl_refresh()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow431 #undef curscr
432 WINDOW *curscr;
H A Dllib-ltinfo409 #undef curscr
410 WINDOW *curscr;
H A Dllib-lncurses3138 #undef curscr
3139 WINDOW *curscr;
H A Dllib-lncursesw4099 #undef curscr
4100 WINDOW *curscr;
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1482 NCURSES_WRAPPED_VAR(WINDOW *, curscr);
1493 #define curscr NCURSES_PUBLIC_VAR(curscr()) macro
1506 extern NCURSES_EXPORT_VAR(WINDOW *) curscr;
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc258 these (called curscr, for current screen) is a screen image of what
281 automatically given: curscr, which knows what the terminal looks like,
283 like next. The user should never actually access curscr directly.
417 terminal characteristics, and the space for curscr and stdscr must be
424 curscr or stdscr are referenced. However, it is usually best to wait
464 If you call wrefresh() with curscr as its argument, it will make the
465 screen look like curscr thinks it looks like. This is useful for
H A Dhackguide.doc380 represented in the curscr window structure) to the desired new state
399 transformations of curscr lines to newscr lines. Its main tool is
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c768 SyncScreens(CurScreen(SP_PARM), curscr); in TINFO_DOUPDATE()
/freebsd/contrib/ncurses/
H A DNEWS7577 + wrap several global variables (curscr, newscr, stdscr, ttytype,
7782 touching the corresponding rows in curscr (discussion with Dan
9673 special windows such as curscr track properly when resizing (report
9862 curscr, newscr and stdscr with window0, window1, etc.
9947 pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
9948 modify the global curscr/stdscr/newscr variables. Fixes Redhat
12247 + modify lib_color.c to handle a special case where the curscr
13892 contents of curscr are saved in newscr before clearing the screen.
13917 pending changes to both curscr and newscr are flushed properly.
13945 lines in curscr that are shifted.
[all …]