diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-03 17:52:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-03 17:52:29 +0000 |
commit | 6208128fa29a2a746cdf28c0188798f38658a40a (patch) | |
tree | 6f87c07267477eef9e7577b054228a852aad5afe | |
parent | 940e2ae1fde75fabb4d4eaf7ae3a3b69593d9648 (diff) | |
download | rtmux-6208128fa29a2a746cdf28c0188798f38658a40a.tar.gz rtmux-6208128fa29a2a746cdf28c0188798f38658a40a.tar.bz2 rtmux-6208128fa29a2a746cdf28c0188798f38658a40a.zip |
Sync with private copy.
-rw-r--r-- | TODO | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -68,7 +68,7 @@ to avoid quoting (hopefully) for 0.9, in no particular order: -- key to goto line in copy/scroll modes +- goto line and search history in copy/scroll modes - a command to display the status line briefly when it is turned off - FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw, more?? @@ -90,13 +90,13 @@ TO FIX: force-width/height, respawn-window, rotate-window split-window -> split-pane - test bug sshing from freebsd console (tom iirc?) -- document manual-vertical changes XXX this will change again... -- document main-pane-width and main-pane-height and main-horizontal -- document clear-history -- document paste in status line -- document SIGUSR1 behaviour -- document select-layout -- document new UTF-8 behaviour (tmux.1, FAQ, etc) - more testing on UTF-8 guesswork, improve tty checks - fix UTF-8 in status line: echo -e \\0343\\0202\\0202 set status-left '#(echo \\\\0343\\\\0202\\\\0202)' +- sanitise title - watch out for UTF-8! +- look at 8-bit C1 input again. interpret unless window is in UTF-8 mode? +- choice and more mode would be better per client than per window? +- some way to force a screen to use the entire terminal even if it is forced + to be smaller by other clients. pan smaller terminal? +- document status line better: what do */-/!/etc mean? what's on the default + status line? |