| Commit message (Collapse) | Author | Age |
... | |
| |
| |
| |
| | |
(such as lock).
|
| |
| |
| |
| |
| | |
pressed, used for example #{?client_prefix,X,Y}. Also a few extra
server_client_status needed.
|
| | |
|
| | |
|
| |
| |
| |
| | |
from George Nachman..
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
or unzoom (restored to the normal layout) if it already zoomed, bound to C-b z
by default. The pane is unzoomed on pretty much any excuse whatsoever.
We considered making this a new layout but the requirements are quite different
from layouts so decided it is better as a special case. Each current layout
cell is saved, a temporary one-cell layout generated and all except the active
pane set to NULL.
Prompted by suggestions and scripts from several. Thanks to Aaron Jensen and
Thiago Padilha for testing an earlier version.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
commands and allow a command to block execution of subsequent commands. This
allows run-shell and if-shell to be synchronous which has been much requested.
Each client has a default command queue and commands are consumed one at a time
from it. A command may suspend execution from the queue by returning
CMD_RETURN_WAIT and then resume it by calling cmd_continue() - for example
run-shell does this from the callback that is fired after the job is freed.
When the command queue becomes empty, command clients are automatically exited
(unless attaching). A callback is also fired - this is used for nested commands
in, for example, if-shell which can block execution of the client's cmdq until
a new cmdq becomes empty.
Also merge all the old error/info/print functions together and lose the old
curclient/cmdclient distinction - a cmdq is bound to one client (or none if in
the configuration file), this is a command client if c->session is NULL
otherwise an attached client.
|
| | |
|
| |
| |
| |
| | |
immediately.
|
| |
| |
| |
| | |
Aaron Jensen.
|
| | |
|
| | |
|
| |
| |
| |
| | |
the stack.
|
| | |
|
| |
| |
| |
| | |
lock).
|
| |
| |
| |
| | |
example #{?client_prefix,X,Y}. Also a few extra server_client_status needed.
|
|\| |
|
| | |
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
Makefile
grid-utf8.c
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
the text is being pasted. assume-paste-time option changes the value (0
disables). Based on a diff from Marcin Kulik.
|
|\|
| |
| |
| | |
Sync from OpenBSD.
|
| |
| |
| |
| |
| | |
and simplifying how buttons and wheels are represented, from Ailin
Nemui. Should be no functional changes.
|
|\|
| |
| |
| |
| |
| |
| | |
Sync from OpenBSD.
* obsd-master:
Do not leak file descriptor if not a tty, reported by Sebastien Marie.
|
| | |
|
| |
| |
| |
| | |
suspended.
|
| |
| |
| |
| |
| |
| | |
add a new value to mean "leave client running but don't attach" to fix
problems with using some commands in a command sequence. Most of the
work by Thomas Adam, problem reported by "jspenguin" on SF bug 3535531.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
commands be sent and output received on stdout. This can be used to
integrate with other terminal emulators and should allow some other
things to be made simpler later. More to come so doesn't do much yet and
deliberately not documented.
|
| |
| |
| |
| | |
pointer.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
handling them in the server, handle them in the client and pass buffers
over imsg. This is much tidier for some upcoming changes and the
performance hit isn't critical.
The tty fd is still passed to the server as before.
This bumps the tmux protocol version so new clients and old servers are
incompatible.
|
| | |
|
| |
| |
| |
| | |
ongoing fixes to other daemons by Theo.
|
| |
| |
| |
| | |
from marcel partap.
|
| |
| |
| |
| | |
up; libevent2 complains about this. Reported by Moriyoshi Koizumi.
|
| | |
|
| |
| |
| |
| | |
pointed out by Romain Francoise.
|
| |
| |
| |
| | |
requested by many.
|
| |
| |
| |
| |
| | |
or bugs in $EventMechanism on $OtherOS makes libevent get it's knickers
in a twist. From Dylan Alex Simon.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
separate options, prefix and prefix2. This simplifies the code and gets
rid the data options type which was only used for this one option.
Also add a -2 flag to send-prefix to send the secondary prefix key,
fixing a cause of minor irritation.
People who want three prefix keys are out of luck :-).
|
| |
| |
| |
| |
| | |
enabled, clicking on the status line does not change the current
pane. From Romain Francoise.
|
| | |
|
| |
| |
| |
| |
| |
| | |
be a huge rush of it after they are resumed/unlocked. The main output
path was fine but status line updates and the terminal state reset code
were missed.
|
| |
| |
| |
| |
| | |
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked
by me and Ailin Nemui.
|
| | |
|
| |
| |
| |
| | |
dragging their borders. From hsim at gmx.li.
|
| |
| |
| |
| | |
is on, from marcel partap.
|