Searched refs:scrollback_max (Results 1 – 1 of 1) sorted by relevance
1433 static int scrollback_max = 0; variable1512 scrollback_max += count; in ywrap_up()1513 if (scrollback_max > scrollback_phys_max) in ywrap_up()1514 scrollback_max = scrollback_phys_max; in ywrap_up()1531 scrollback_max -= count; in ywrap_down()1532 if (scrollback_max < 0) in ywrap_down()1533 scrollback_max = 0; in ywrap_down()1555 scrollback_max += count; in ypan_up()1556 if (scrollback_max > scrollback_phys_max) in ypan_up()1557 scrollback_max = scrollback_phys_max; in ypan_up()[all …]