| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
we had before), from Patrick Palka.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
#{=10:...} length limit, add #{t:...} to convert a time_t format to a
string, #{b:...} for basename and #{d:...} for dirname. Remove all the
foo_string time formats as they can now be replaced by "t:", for example
#{window_activity_string} becomes #{t:window_activity}.
|
|
|
|
| |
(this was the previous behaviour).
|
|
|
|
|
|
|
|
|
| |
for their tmux sockets.
(Over the years, I have seen $TMPDIR set up worse than /tmp many times,
and don't know how this practice infected other parts of the system.
Nothing uses tmpdir(3), nor a huge-temporary-file program like sort.)
ok nicm
|
|
|
|
| |
out whether the user is pasting.
|
| |
|
| |
|
|
|
|
|
| |
slightly in the server to "stdio rpath wpath cpath fattr unix recvfd
proc exec tty ps".
|
| |
|
|
|
|
| |
256-colour escape sequences (so setaf/setab can be bypassed if needed).
|
|
|
|
|
|
| |
window or session (which can happen if it is killed during a command
sequence and something else has a reference), fall back to the best
effort. Fixes "tmux killw\; detach" for Rudis Muiznieks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
into history (if the mouse is, on of course).
|
| |
|
|
|
|
| |
server_client_handle_key.
|
|
|
|
| |
pledge doesn't let us pass directory file descriptors.
|
|
|
|
| |
"sendfd" is dropped after first message from the server.
|
|
|
|
| |
Buehler.
|
|
|
|
|
|
| |
sizeof(struct sockaddr_un), so do the simple, portable thing
ok beck@ deraadt@
|
| |
|
|
|
|
| |
won't work (without adding setaf@:setab@ too).
|
|
|
|
| |
exist, reported by Filipe Brandenburger.
|
| |
|
| |
|
| |
|
|
|
|
| |
because that are a union). From Filipe Brandenburger.
|
| |
|
| |
|
|
|
|
| |
on GitHub.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
changed. From Cam Hutchison.
|
| |
|
|
|
|
| |
for quick view of history, from Cam Hutchison.
|
|
|
|
| |
use the same loop construct for both loops.
|