taglinefilesource code
max_y278kernel/chr_drv/console.cint max_y;
max_y289kernel/chr_drv/console.cmax_y = bottom;
max_y291kernel/chr_drv/console.cmax_y = video_num_lines;
max_y295kernel/chr_drv/console.cif (new_y >= max_y)
max_y296kernel/chr_drv/console.cy = max_y - 1;