There's this item on the tmux TODO list:
* way to set socket path from config file
I was thinking of trying to implement it, but I thought it needed
discussion first.
I was thinking that there could be a command, like set-client or
set-flag. This could be used to set the socket path (set-clien
Posting my solution to the list, so that others can find it. It appears to
be a bug (or at least a not-useful handling of a non-event, it's hard to
tell) that was fixed by Steven below and incorporated into Putty-X (
https://github.com/atsepkov/putty-X ).
Since Putty-X doesn't release binaries, th
Hi,
The \033[18t control sequence did'nt return any result. Here a PHP script
who works outside tmux sessions:
echo "\033[18t";
// Read \033[8;y;xt.
fread(STDIN, 4); // skip \033, [, 8 and ;.
$x = null;
$y = null;
$handle = &$y;
do {