| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
key_bindings_unref_table.
|
| |
|
|
|
|
| |
doing the drag end in code. From Stephen Coakley.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
attach-session, GitHub issue 295.
|
| |
|
| |
|
| |
|
|
|
|
| |
suggested by Kevin Brubeck Unhammer.
|
|
|
|
| |
Graczyk.
|
|
|
|
|
|
|
|
| |
wasting unnecessary space. The 'Tc' flag must be set in the external
TERM entry (using terminal-overrides or a custom terminfo entry), if not
tmux will map to the closest of the 256 or 16 colour palettes.
Mostly from Suraj N Kurapati, based on a diff originally by someone else.
|
|
|
|
| |
replaced if we already know the current.
|
| |
|
| |
|
|
|
|
| |
looping over it (which may skip entries), from Brad King.
|
| |
|
| |
|
|
|
|
| |
break out of the loop early. From Nicolas Viennot.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
used to escape from, for example, printf '\033]2;').
|
|
|
|
| |
alone and use it to add pane_died and pane_exited hooks.
|
| |
|
| |
|
|
|
|
| |
infrastructure that will be needed soon.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
itself to work out the current pane. This is confusing in many cases
(particularly notable is that "tmux neww\; splitw" would not split the
new window), and the few advantages do not make up for the confusion.
So drop this behaviour and return to using the current window and pane;
keep the pty check but only use it to limit the list of possible current
sessions.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
using an enum and simplify the parsing code.
|
|
|
|
| |
about the order.
|
|
|
|
| |
needed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
change so that winlink is set even if an index is too.
|
| |
|
| |
|