Home
last modified time | relevance | path

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

/NextBSD/contrib/ee/
HDnew_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 …]
HDnew_curse.h182 extern WINDOW *curscr;
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_newwin.c67 if (window_is(curscr)) { in remove_window_from_screen()
68 remove_window(curscr); in remove_window_from_screen()
77 if (window_is(curscr)) { in remove_window_from_screen()
78 remove_window(curscr); in remove_window_from_screen()
HDlib_set_term.c77 curscr = CurScreen(newSP); in NCURSES_EXPORT()
86 curscr = 0; in NCURSES_EXPORT()
202 curscr = 0; in delscreen()
610 curscr = CurScreen(sp); in NCURSES_SP_NAME()
HDlib_screen.c231 curscr = CurScreen(SP_PARM); in NCURSES_SP_NAME()
257 NewScreen(SP_PARM) = dupwin(curscr); in NCURSES_SP_NAME()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_data.c58 NCURSES_PUBLIC_VAR(curscr) (void) in NCURSES_PUBLIC_VAR() argument
69 NCURSES_EXPORT_VAR(WINDOW *) curscr = 0;
/NextBSD/usr.bin/systat/
HDkeyboard.c133 wrefresh(curscr); in keyboard_dispatch()
/NextBSD/usr.bin/talk/
HDdisplay.c178 wrefresh(curscr); in display()
/NextBSD/contrib/dialog/
HDui_getc.c478 (void) wrefresh(curscr); in dlg_getc()
/NextBSD/contrib/ncurses/misc/
HDncurses.def175 "curscr" @501 NONAME
HDncurses.ref9 "curscr" @501 NONAME ; variable
/NextBSD/contrib/nvi/cl/
HDcl_funcs.c572 clearok(curscr, 1); in cl_refresh()
/NextBSD/contrib/ncurses/ncurses/
HDllib-ltinfo393 #undef curscr
394 WINDOW *curscr;
HDllib-ltinfow393 #undef curscr
394 WINDOW *curscr;
HDllib-lncurses3050 #undef curscr
3051 WINDOW *curscr;
HDllib-lncursesw3865 #undef curscr
3866 WINDOW *curscr;
/NextBSD/contrib/ncurses/include/
HDcurses.h.in1369 NCURSES_WRAPPED_VAR(WINDOW *, curscr);
1380 #define curscr NCURSES_PUBLIC_VAR(curscr()) macro
1393 extern NCURSES_EXPORT_VAR(WINDOW *) curscr;
/NextBSD/contrib/gdb/gdb/tui/
HDtui-win.c573 clearok (curscr, TRUE); in tui_refresh_all_win()
/NextBSD/contrib/ncurses/doc/
HDncurses-intro.doc240 these (called curscr, for current screen) is a screen image of what
263 automatically given: curscr, which knows what the terminal looks like,
265 like next. The user should never actually access curscr directly.
399 terminal characteristics, and the space for curscr and stdscr must be
406 curscr or stdscr are referenced. However, it is usually best to wait
446 If you call wrefresh() with curscr as its argument, it will make the
447 screen look like curscr thinks it looks like. This is useful for
HDhackguide.doc376 represented in the curscr window structure) to the desired new state
397 transformations of curscr lines to newscr lines. Its main tool is the
/NextBSD/contrib/ncurses/ncurses/tty/
HDtty_update.c690 SyncScreens(CurScreen(SP_PARM), curscr); in TINFO_DOUPDATE()
/NextBSD/contrib/ncurses/
HDNEWS3196 + wrap several global variables (curscr, newscr, stdscr, ttytype,
3401 touching the corresponding rows in curscr (discussion with Dan
5292 special windows such as curscr track properly when resizing (report
5481 curscr, newscr and stdscr with window0, window1, etc.
5566 pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
5567 modify the global curscr/stdscr/newscr variables. Fixes Redhat
7866 + modify lib_color.c to handle a special case where the curscr
9511 contents of curscr are saved in newscr before clearing the screen.
9536 pending changes to both curscr and newscr are flushed properly.
9564 lines in curscr that are shifted.
[all …]