mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 08:58:47 +00:00
Update TODO.
This commit is contained in:
parent
4bcb64f8c1
commit
8f990c573c
7
TODO
7
TODO
@ -55,8 +55,9 @@
|
|||||||
then it should be found even if it is now "foo\nbar" (if the WRAP flag
|
then it should be found even if it is now "foo\nbar" (if the WRAP flag
|
||||||
is set on the line)
|
is set on the line)
|
||||||
* capture-pane option to preserve spaces but not join lines
|
* capture-pane option to preserve spaces but not join lines
|
||||||
* improve word and line selection in copy mode (for example when dragging
|
* improve word and line selection in copy mode (for example when
|
||||||
it should select by word. compare how xterm works. GitHub issue 682)
|
dragging it should select by word. compare how xterm works. GitHub
|
||||||
|
issue 682)
|
||||||
|
|
||||||
- layout stuff
|
- layout stuff
|
||||||
* way to tag a layout as a number/name
|
* way to tag a layout as a number/name
|
||||||
@ -72,6 +73,8 @@
|
|||||||
* a mode where one application can cross two panes (ie x|y, width =
|
* a mode where one application can cross two panes (ie x|y, width =
|
||||||
COLUMNS/2 but height = ROWS * 2)
|
COLUMNS/2 but height = ROWS * 2)
|
||||||
* separate active panes for different clients
|
* separate active panes for different clients
|
||||||
|
* way to choose where the freed space goes when a pane is killed:
|
||||||
|
option to kill-pane? GitHub issue 918
|
||||||
|
|
||||||
- code cleanup
|
- code cleanup
|
||||||
* instead of separate window and session options, just one master
|
* instead of separate window and session options, just one master
|
||||||
|
Loading…
Reference in New Issue
Block a user