taglinefilesource code
new_y133drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y);
new_y488drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y500drivers/char/console.cnew_y += top;
new_y504drivers/char/console.cif (new_y < 0)
new_y507drivers/char/console.cif (new_y >= max_y)
new_y510drivers/char/console.cy = new_y;