Use su
On 29 June 2010 03:12, Miki Tebeka wrote:
> Hello All,
>
> How do I connect to another user session?
> I'm probably missing something obvious, but couldn't find it in the docs.
>
> All the best,
> --
> Miki
>
> --
Hello All,
How do I connect to another user session?
I'm probably missing something obvious, but couldn't find it in the docs.
All the best,
--
Miki
--
This SF.net email is sponsored by Sprint
What will you do first wi
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