void previous_field() { if(terminal_column) terminal_column--; else terminal_row--,terminal_column=VGA_WIDTH-1; }