mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-12 00:48:53 +01:00
Done.
This commit is contained in:
parent
27bd09f075
commit
31def00f59
8
TODO
8
TODO
@ -61,7 +61,6 @@
|
|||||||
should pick up default-path/termios/etc from client if possible,
|
should pick up default-path/termios/etc from client if possible,
|
||||||
else leave empty/default
|
else leave empty/default
|
||||||
- link panes into multiple windows
|
- link panes into multiple windows
|
||||||
- -h option to capture-pane to capture the history as well
|
|
||||||
- bells should be passed between sessions with visual-bell etc
|
- bells should be passed between sessions with visual-bell etc
|
||||||
- use screen-256color when started on 256 colour terminal??
|
- use screen-256color when started on 256 colour terminal??
|
||||||
- if-shell/run-shell should block further command execution in the same command
|
- if-shell/run-shell should block further command execution in the same command
|
||||||
@ -99,7 +98,6 @@
|
|||||||
- monitor, bell etc should monitor /all/ panes in the window not just one
|
- monitor, bell etc should monitor /all/ panes in the window not just one
|
||||||
- a history of commands that can be reversed (reverse member of each command,
|
- a history of commands that can be reversed (reverse member of each command,
|
||||||
and a buffer) info() when changing to same window
|
and a buffer) info() when changing to same window
|
||||||
- don't pass UTF-8 through vis for titles
|
|
||||||
- way to add dest for break-pane; maybe some easier way to unbreak-pane
|
- way to add dest for break-pane; maybe some easier way to unbreak-pane
|
||||||
- case insensitive searching
|
- case insensitive searching
|
||||||
- pane-index option like base-index
|
- pane-index option like base-index
|
||||||
@ -116,28 +114,22 @@
|
|||||||
- a command to choose from a generic list, so you can do eg
|
- a command to choose from a generic list, so you can do eg
|
||||||
choose-list -l Abc,Moo,Blah "run-shell 'sh /my/choose/script %%'"
|
choose-list -l Abc,Moo,Blah "run-shell 'sh /my/choose/script %%'"
|
||||||
- else part for if-shell
|
- else part for if-shell
|
||||||
- make display-message take a target pane rather than using active
|
|
||||||
- add general internal format for lists (key=value) and a way to output them in
|
- add general internal format for lists (key=value) and a way to output them in
|
||||||
different representations, use for list-windows, etc etc. see message id
|
different representations, use for list-windows, etc etc. see message id
|
||||||
20110221205346.GA1580@yelena.nicm.ath.cx
|
20110221205346.GA1580@yelena.nicm.ath.cx
|
||||||
- numeric prefix in copy mode should be paste buffer for C-w
|
- numeric prefix in copy mode should be paste buffer for C-w
|
||||||
- named buffers and allow gaps in the stack
|
- named buffers and allow gaps in the stack
|
||||||
- npage/ppage/dc/ic should have aliases for more typical names
|
- npage/ppage/dc/ic should have aliases for more typical names
|
||||||
- support fsl and tsl as start/end title (like vim)
|
|
||||||
- get rid of separate UTF-8 cell stuff: add 1 byte to cell and store BMP as
|
- get rid of separate UTF-8 cell stuff: add 1 byte to cell and store BMP as
|
||||||
uint16_t+3 bits of flags. anything <=0xffff is Unicode, higher are used to
|
uint16_t+3 bits of flags. anything <=0xffff is Unicode, higher are used to
|
||||||
build tree of combined characters/non-BMP (LRU dropped when full)
|
build tree of combined characters/non-BMP (LRU dropped when full)
|
||||||
- entry in FAQ about what to do when someone does mkdir /tmp/tmux-1000
|
- entry in FAQ about what to do when someone does mkdir /tmp/tmux-1000
|
||||||
- show size under pane number in display-panes mode
|
- show size under pane number in display-panes mode
|
||||||
- command-prompt should be passed through status_replace
|
|
||||||
- monitor-activity is broken in several ways with multiple clients
|
- monitor-activity is broken in several ways with multiple clients
|
||||||
- monitor-activity should be more powerful (eg set a region)
|
- monitor-activity should be more powerful (eg set a region)
|
||||||
- maybe a way to put pane names instead of window names in status line
|
- maybe a way to put pane names instead of window names in status line
|
||||||
- when client is locked data still appears to be buffered for it (it shouldn't
|
|
||||||
be) so a load is sent after unlock. this is bad, needs fixed. SF 3297114
|
|
||||||
- Support for borderless panes
|
- Support for borderless panes
|
||||||
- run-shell/if-shell should support status_replace stuff
|
- run-shell/if-shell should support status_replace stuff
|
||||||
- custom prompts for confirm-before
|
|
||||||
- wait-pane command or another way to make it synchronous/wait for command to
|
- wait-pane command or another way to make it synchronous/wait for command to
|
||||||
finish
|
finish
|
||||||
- way to get command window was started with (part of format stuff?)
|
- way to get command window was started with (part of format stuff?)
|
||||||
|
Loading…
Reference in New Issue
Block a user