HomeSort by: relevance | last modified time | path
    Searched refs:fastscroll (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
cursor.c 349 if (screen->jumpscroll && !screen->fastscroll)
util.c 650 if (!screen->fastscroll) {
657 if (!screen->fastscroll) {
ptyx.h 2814 Boolean fastscroll; /* whether we should fastscroll */ member in struct:__anon65
charproc.c 472 Bres(XtNfastScroll, XtCFastScroll, screen.fastscroll, True),
3558 else if (screen->jumpscroll && !screen->fastscroll)
7669 set_bool_mode(screen->fastscroll);
8042 DoSM(DP_FAST_SCROLL, screen->fastscroll);
8395 DoRM(DP_FAST_SCROLL, screen->fastscroll);
10586 init_Bres(screen.fastscroll);
misc.c 5641 result = MdBool(screen->fastscroll);

Completed in 19 milliseconds