taglinefilesource code
max_y521drivers/char/console.cint max_y;
max_y532drivers/char/console.cmax_y = bottom;
max_y534drivers/char/console.cmax_y = video_num_lines;
max_y538drivers/char/console.cif (new_y >= max_y)
max_y539drivers/char/console.cy = max_y - 1;