termptyesc: add debug on DECANM

This commit is contained in:
Boris Faure 2018-12-27 12:04:14 +01:00
parent 81fb1959eb
commit 19e8bf13f9
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, Eina_Unicode *b,
ty->termstate.appcursor = mode;
break;
case 2:
DBG("DECANM - ANSI MODE - VT52");
ty->termstate.kbd_lock = mode;
break;
case 3: // 132 column mode… should we handle this?