Searched refs:scrollback_max (Results 1 – 1 of 1) sorted by relevance
1332 static int scrollback_max = 0; variable1413 scrollback_max += count; in ywrap_up()1414 if (scrollback_max > scrollback_phys_max) in ywrap_up()1415 scrollback_max = scrollback_phys_max; in ywrap_up()1432 scrollback_max -= count; in ywrap_down()1433 if (scrollback_max < 0) in ywrap_down()1434 scrollback_max = 0; in ywrap_down()1456 scrollback_max += count; in ypan_up()1457 if (scrollback_max > scrollback_phys_max) in ypan_up()1458 scrollback_max = scrollback_phys_max; in ypan_up()[all …]