taglinefilesource code
new_y261kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y273kernel/chr_drv/console.cnew_y += top;
new_y277kernel/chr_drv/console.cif (new_y < 0)
new_y280kernel/chr_drv/console.cif (new_y >= max_y)
new_y283kernel/chr_drv/console.cy = new_y;