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 sequences to the terminal that it is running under? Thank you very much, Will ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users