taglinefilesource code
new_y180drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y);
new_y608drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y620drivers/char/console.cnew_y += top;
new_y624drivers/char/console.cif (new_y < 0)
new_y627drivers/char/console.cif (new_y >= max_y)
new_y630drivers/char/console.cy = new_y;