Update TODO.

pull/1628/head
Nicholas Marriott 2019-03-13 14:51:19 +00:00
parent 1aeac384f3
commit f628afc850
1 changed files with 4 additions and 5 deletions

9
TODO
View File

@ -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: