Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dwwscroll.c91 int row1x, row2x; variable
104 row1x = i;
107 if (i <= row1x)
114 nvismax = wwncol * (row2x - row1x);
116 for (i = row1x; i < row2x; i++)
125 (tt.tt_scroll_top != row1x || tt.tt_scroll_bot != row2x - 1) &&
129 xxscroll(dir, row1x, row2x);
139 cpp = &wwos[row1x];
142 for (i = row2x - row1x; --i > 0;)
149 for (i = row2x - row1x; --i > 0;)
[all …]