taglinefilesource code
new_y278drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y290drivers/char/console.cnew_y += top;
new_y294drivers/char/console.cif (new_y < 0)
new_y297drivers/char/console.cif (new_y >= max_y)
new_y300drivers/char/console.cy = new_y;