Searched refs:scrollback_max (Results 1 – 1 of 1) sorted by relevance
961 static int scrollback_max = 0; variable974 scrollback_max += count; in ywrap_up()975 if (scrollback_max > scrollback_phys_max) in ywrap_up()976 scrollback_max = scrollback_phys_max; in ywrap_up()991 scrollback_max -= count; in ywrap_down()992 if (scrollback_max < 0) in ywrap_down()993 scrollback_max = 0; in ywrap_down()1013 scrollback_max += count; in ypan_up()1014 if (scrollback_max > scrollback_phys_max) in ypan_up()1015 scrollback_max = scrollback_phys_max; in ypan_up()[all …]