diff options
author | Arnout Engelen <arnouten@bzzt.net> | 2016-05-21 15:15:19 +0200 |
---|---|---|
committer | Arnout Engelen <arnouten@bzzt.net> | 2016-05-21 15:15:19 +0200 |
commit | 9a501470aa9adb0a69b21079463252a4f205631d (patch) | |
tree | 7a4ddc01c324dd6650314d23c7c21d68f996eb9d | |
parent | key bindings: add shift+left/right to switch tabs (diff) | |
download | terminology-9a501470aa9adb0a69b21079463252a4f205631d.tar.gz |
Fix comment for 't' escape sequence
-rw-r--r-- | src/bin/termptyesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index 0daeda4..e75e3ad 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; |