termptyesc: add missing break (CID1365404)

This commit is contained in:
Boris Faure 2016-11-07 11:35:50 +01:00
parent a977c2d32e
commit f4263d5098
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, Eina_Unicode *b)
/* clear screen before switching back to normal */
termpty_clear_screen(ty, TERMPTY_CLR_ALL);
_switch_to_alternative_screen(ty, mode);
break;
case 1048:
termpty_cursor_copy(ty, mode);
break;