Searched refs:yscroll (Results 1 – 2 of 2) sorted by relevance
1423 p->yscroll += count; in ywrap_up()1425 p->yscroll -= p->vrows; in ywrap_up()1442 p->yscroll -= count; in ywrap_down()1444 p->yscroll += p->vrows; in ywrap_down()1461 p->yscroll += count; in ypan_up()1485 p->yscroll += count; in ypan_up_redraw()1509 p->yscroll -= count; in ypan_down()1510 if (p->yscroll < 0) { in ypan_down()1533 p->yscroll -= count; in ypan_down_redraw()1535 if (p->yscroll < 0) { in ypan_down_redraw()[all …]
34 short yscroll; /* Hardware scrolling */ member200 ypos += p->yscroll; in real_y()