Home
last modified time | relevance | path

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

/original-bsd/usr.bin/window/
H A Dxxflush.c133 tt.tt_scroll_bot != xp->arg2 - 1) {
154 tt.tt_scroll_bot != xp->arg2 - 1) {
H A Dtt.h52 int tt_scroll_bot; /* bottom of scrolling region */ member
H A Dttinit.c91 tt.tt_scroll_bot = tt.tt_nrow - 1; in ttinit()
H A Dttgeneric.c216 if (row < tt.tt_scroll_top || row > tt.tt_scroll_bot)
340 gen_move(tt.tt_scroll_bot, 0); in gen_scroll_down()
362 tt.tt_scroll_bot = bot; in gen_setscroll()
H A Dwwscroll.c94 (tt.tt_scroll_top != row1x || tt.tt_scroll_bot != row2x - 1) &&
H A Dxx.c67 if (tt.tt_scroll_top != 0 || tt.tt_scroll_bot != tt.tt_nrow - 1) in xxend()
H A Dttzapple.c291 tt.tt_scroll_bot = bot; in zz_setscroll()