termptyesc: add missing break. CID1377552

This commit is contained in:
Boris Faure 2017-07-11 22:01:31 +02:00
parent fd4ef6ec1f
commit b35c7cd539
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, Eina_Unicode *b)
ty->termstate.left_margin = 0;
ty->termstate.right_margin = 0;
}
break;
case 1000:
if (mode) ty->mouse_mode = MOUSE_NORMAL;
else ty->mouse_mode = MOUSE_OFF;