Re: tmux does not support "save pos" escape code

2012-01-10 Thread Denilson Figueiredo de Sá
I got from Wikipedia: http://en.wikipedia.org/wiki/ANSI_escape_code Yeah, not exactly the perfect reference for this, but I didn't know where else to find this information, and it worked for me in the terminals I tried. Also, I don't object using those other escapes in my script. (but maybe a goo

Re: tmux does not support "save pos" escape code

2012-01-10 Thread Denilson Figueiredo de Sá
Well, the minute after I sent the previous message I thought about using a simple "\n" instead of the NEL escape, and it worked! So, hopefully my script is now more compatible with more terminals and with tmux. Thanks! On Wed, Dec 28, 2011 at 22:27, Denilson Figueiredo de Sá wrote: > Thanks! I'

Re: tmux does not support "save pos" escape code

2012-01-10 Thread Denilson Figueiredo de Sá
Thanks! I've updated my script, but it still doesn't work in tmux because the lack of support for NEL (Next Line) "\033[E" http://vt100.net/docs/vt100-ug/chapter3.html#NEL I can confirm that because tmux behavior is identical to the xterm if I omit that escape code. On Tue, Dec 27, 2011 at 12:0