taglinefilesource code
max_y263kernel/chr_drv/console.cint max_y;
max_y274kernel/chr_drv/console.cmax_y = bottom;
max_y276kernel/chr_drv/console.cmax_y = video_num_lines;
max_y280kernel/chr_drv/console.cif (new_y >= max_y)
max_y281kernel/chr_drv/console.cy = max_y - 1;