taglinefilesource code
new_x305drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_x309drivers/char/console.cif (new_x < 0)
new_x312drivers/char/console.cif (new_x >= video_num_columns)
new_x315drivers/char/console.cx = new_x;