diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index 96157da7..1b6fc75c 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -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;