taglinefilesource code
new_y134drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y);
new_y550drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y562drivers/char/console.cnew_y += top;
new_y566drivers/char/console.cif (new_y < 0)
new_y569drivers/char/console.cif (new_y >= max_y)
new_y572drivers/char/console.cy = new_y;