diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-29 23:26:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-29 23:26:11 +0000 |
commit | 144aed48fa9a40ef832a0c17b400c36519c1d623 (patch) | |
tree | 4805555be61bd0bb20be162ef43e4773c9fd8c49 | |
parent | f63f5e6489df3ccebb2c599c4f169f92b2a54b6c (diff) | |
download | rtmux-144aed48fa9a40ef832a0c17b400c36519c1d623.tar.gz rtmux-144aed48fa9a40ef832a0c17b400c36519c1d623.tar.bz2 rtmux-144aed48fa9a40ef832a0c17b400c36519c1d623.zip |
+.
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,6 +87,8 @@ them one-off operations? 3. move any size/position details from window_pane to layout_cell 5. a way to address panes by name ("top-left") and position ("0,0") + 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 @@ -96,3 +98,5 @@ - 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)' |