diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-20 15:46:48 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-20 15:46:48 +0000 |
commit | eb6007102e06fb70c251ade2fd34f50798ef6a13 (patch) | |
tree | 738969149b448026dc2b64bd291bbaa64e9a86f5 | |
parent | cdce5f739da79f60bde958af255c1855055592c4 (diff) | |
download | rtmux-eb6007102e06fb70c251ade2fd34f50798ef6a13.tar.gz rtmux-eb6007102e06fb70c251ade2fd34f50798ef6a13.tar.bz2 rtmux-eb6007102e06fb70c251ade2fd34f50798ef6a13.zip |
new layout plan
-rw-r--r-- | TODO | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -68,6 +68,7 @@ to avoid quoting (hopefully) for 0.9, in no particular order: +- key to goto line 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?? @@ -79,11 +80,14 @@ - key to switch to copy mode from scroll mode - attach should have a flag to create session if it doesn't exist - layout/split stuff: - what to do about manual mode? - - two independent manual modes: vertical and horizontal? - - proper grid mode? (hard) + ** NEW layout design: + 1. finish rewrite manual with tree of layout_cell + (resize can be recursive?) + 2. convert automatic layout modes to produce a tree + 3. move any size/position details from window_pane to layout_cell + 4. a way to address panes by name ("top-left") and position ("0,0") - test bug sshing from freebsd console (tom iirc?) -- document manual-vertical changes +- 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 |