Nope, tmux protects the terminal and only passes through stuff it
knows it can translate (doing otherwise would be dangerous).
Not sure how you can do this. Hmm. You'd have to detach.
On 28 June 2010 21:40, William Halliburton wrote:
> Hello all,
>
> I wish to change the font size of the termin
Hello all,
I wish to change the font size of the terminal that tmux is running in
on the fly. I can do this directly at a raw urxvt-unicode terminal
(without tmux) with a shell script like:
#!/bin/bash
printf '\33]50;%s%d\007' "xft:Terminus:pixelsize=" $1
Is there a way to have tmux send escape