mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 18:38:48 +00:00
Update TODO.
This commit is contained in:
parent
1aeac384f3
commit
f628afc850
9
TODO
9
TODO
@ -183,9 +183,8 @@ TODO soonish maybe:
|
|||||||
can use to draw the format, and can be stored to be used by
|
can use to draw the format, and can be stored to be used by
|
||||||
the mouse positioning check code.
|
the mouse positioning check code.
|
||||||
|
|
||||||
6) status-left-length and similar will need to be taken into
|
(DONE) 6) status-left-length and similar will need to be taken into
|
||||||
account, perhaps add an alternative form of the length limit
|
account.
|
||||||
eg #{L:#{status-left-length},#{...}}.
|
|
||||||
|
|
||||||
7) Supporting trimming the window list and adding <> might be
|
7) Supporting trimming the window list and adding <> might be
|
||||||
tricky, probably a second pass over the format_range list to
|
tricky, probably a second pass over the format_range list to
|
||||||
@ -200,9 +199,9 @@ TODO soonish maybe:
|
|||||||
for compatibility, at least for the most popular formats. So
|
for compatibility, at least for the most popular formats. So
|
||||||
the status-left part would be something like:
|
the status-left part would be something like:
|
||||||
|
|
||||||
#{A/left;S/#{status-left-style};M/left;L/#{status-left-length};E:status-left}
|
#{A/left;S/#{status-left-style};M/left;=/#{status-left-length};E:status-left}
|
||||||
|
|
||||||
Where A = alignment, S = style, M = mouse, L = length limit,
|
Where A = alignment, S = style, M = mouse, = = length limit,
|
||||||
E = expand again.
|
E = expand again.
|
||||||
|
|
||||||
Existing formats are:
|
Existing formats are:
|
||||||
|
Loading…
Reference in New Issue
Block a user