mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
This commit is contained in:
7
TODO
7
TODO
@ -70,6 +70,13 @@
|
||||
- poll(2) is broken on OS X/Darwin, a workaround for this would be nice
|
||||
- different screen model? layers perhaps? hmm
|
||||
|
||||
---
|
||||
[18:20] *priteau* i found something in tmux that could be tweaked to be better
|
||||
[18:21] *priteau* in screen, when you type ^A-D, you can actually keep ctrl down
|
||||
when typing the D
|
||||
[18:21] *priteau* in tmux, you have to release ctrl for the command to work
|
||||
---
|
||||
|
||||
-- For 0.3 --------------------------------------------------------------------
|
||||
- chmod +x socket when any client is attached (upd in lost/accept)
|
||||
- clear EOL etc CANNOT rely on term using the current colour/attr and probably
|
||||
|
Reference in New Issue
Block a user