add some doc about RM 34/36

This commit is contained in:
Boris Faure 2014-03-15 17:35:56 +01:00
parent 906e8009d5
commit 87e06d7a87
1 changed files with 8 additions and 0 deletions

View File

@ -888,6 +888,14 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce)
DBG("DDD: set insert mode to %i", mode);
ty->state.insert = mode;
break;
case 34:
handled = 1;
DBG("TODO: hebrew keyboard mapping: %i", mode);
break;
case 36:
handled = 1;
DBG("TODO: hebrew encoding mode: %i", mode);
break;
// else if (arg == 24)
// {
// ERR("unhandled #24 arg %i", arg);