taglinefilesource code
max_y269kernel/chr_drv/console.cint max_y;
max_y280kernel/chr_drv/console.cmax_y = bottom;
max_y282kernel/chr_drv/console.cmax_y = video_num_lines;
max_y286kernel/chr_drv/console.cif (new_y >= max_y)
max_y287kernel/chr_drv/console.cy = max_y - 1;