taglinefilesource code
new_y139drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y);
new_y483drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y495drivers/char/console.cnew_y += top;
new_y499drivers/char/console.cif (new_y < 0)
new_y502drivers/char/console.cif (new_y >= max_y)
new_y505drivers/char/console.cy = new_y;