taglinefilesource code
max_y281drivers/char/console.cint max_y;
max_y292drivers/char/console.cmax_y = bottom;
max_y294drivers/char/console.cmax_y = video_num_lines;
max_y298drivers/char/console.cif (new_y >= max_y)
max_y299drivers/char/console.cy = max_y - 1;