taglinefilesource code
new_x278kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_x282kernel/chr_drv/console.cif (new_x < 0)
new_x285kernel/chr_drv/console.cif (new_x >= video_num_columns)
new_x288kernel/chr_drv/console.cx = new_x;