void next_field() { if(++terminal_column==VGA_WIDTH) terminal_column=0,terminal_row++; }