[colug-432] tmux escape codes

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Fri May 17 20:04:06 EDT 2013


On Fri, 17 May 2013 10:26:41 -0400, Chris Clonch <chris at theclonchs.com> wrote:

> But maybe tput is sending codes better than escaping them directly?

So avoid the obfuscation of tput with echo. E.g., 

    echo -e -n '\033[1;61H' | xxd -g 1 -u
    echo -e -n '\033[1;61H'

One can also inspect the output of tput. E.g., 

    tput cup 0 60 | xxd -g 1 -u



More information about the colug-432 mailing list