Fix comment for 't' escape sequence

This commit is contained in:
Arnout Engelen 2016-05-21 15:15:19 +02:00
parent 15fa7afaa5
commit 9a501470aa
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;