Merge remote-tracking branch 'raboof/comment'

This commit is contained in:
Boris Faure 2016-05-21 22:39:14 +02:00
commit 0c466d767c
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce)
case 's': // store cursor pos
termpty_cursor_copy(ty, EINA_TRUE);
break;
case 't': // store cursor pos
case 't': // window manipulation
arg = _csi_arg_get(&b);
WRN("TODO: window operation %d not supported", arg);
break;