Home
last modified time | relevance | path

Searched refs:tt_scroll_top (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/usr.bin/window/
Dxxflush.c161 if (tt.tt_scroll_top != xp->arg1 ||
182 if (tt.tt_scroll_top != xp->arg1 ||
Dttgeneric.c248 if (row < tt.tt_scroll_top || row > tt.tt_scroll_bot)
382 gen_move(tt.tt_scroll_top, 0); in gen_scroll_up()
393 tt.tt_scroll_top = top; in gen_setscroll()
Dtt.h76 int tt_scroll_top; /* top of scrolling region */ member
Dttinit.c129 tt.tt_scroll_top = 0; in ttinit()
Dwwscroll.c125 (tt.tt_scroll_top != row1x || tt.tt_scroll_bot != row2x - 1) &&
Dxx.c98 if (tt.tt_scroll_top != 0 || tt.tt_scroll_bot != tt.tt_nrow - 1) in xxend()
Dttzapple.c319 tt.tt_scroll_top = top; in zz_setscroll()