Searched refs:scrollback_max (Results 1 – 1 of 1) sorted by relevance
1358 static int scrollback_max = 0; variable1440 scrollback_max += count; in ywrap_up()1441 if (scrollback_max > scrollback_phys_max) in ywrap_up()1442 scrollback_max = scrollback_phys_max; in ywrap_up()1459 scrollback_max -= count; in ywrap_down()1460 if (scrollback_max < 0) in ywrap_down()1461 scrollback_max = 0; in ywrap_down()1483 scrollback_max += count; in ypan_up()1484 if (scrollback_max > scrollback_phys_max) in ypan_up()1485 scrollback_max = scrollback_phys_max; in ypan_up()[all …]