taglinefilesource code
new_y147drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y);
new_y520drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y532drivers/char/console.cnew_y += top;
new_y536drivers/char/console.cif (new_y < 0)
new_y539drivers/char/console.cif (new_y >= max_y)
new_y542drivers/char/console.cy = new_y;