mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Update TODO.
This commit is contained in:
parent
c7a0f56c71
commit
20d2a31b40
7
TODO
7
TODO
@ -119,7 +119,12 @@
|
|||||||
or even guarantee that cmdq->c != NULL and provide a better way to
|
or even guarantee that cmdq->c != NULL and provide a better way to
|
||||||
tell when in the config file - then we use cmdq->c if we need a
|
tell when in the config file - then we use cmdq->c if we need a
|
||||||
client w/o a session else cmd_current_client
|
client w/o a session else cmd_current_client
|
||||||
* optimize pane redraws, 20120318184853.GK10965@yelena.nicm.ath.cx
|
* we do more work than we should if a single read() contains operations
|
||||||
|
that cancel each other out: for example, writing twice to the same
|
||||||
|
cell, or writing and then clearing a line; it would be nice to
|
||||||
|
optimize these. would it mean processing the entire read() data first
|
||||||
|
then applying changes? or an initial optimization step? or something
|
||||||
|
else?
|
||||||
|
|
||||||
- miscellaneous
|
- miscellaneous
|
||||||
* way to keep a job running just read its last line of output for #()
|
* way to keep a job running just read its last line of output for #()
|
||||||
|
Loading…
Reference in New Issue
Block a user