Re: [tmux] Re: [PATCH] don't overwrite terminal contents on clear when alternate-screen=off

2012-03-08 Thread Gustavo Baratto
t goes into the terminal scrollback and > when, nor does screen, it's entirely up to the terminal. > > If I run screen with altscreen off it leaves the terminal scrollback > unaltered, same as tmux w/o smcup in terminfo. > > What do you think they are doing differently? > >

Re: [tmux] Re: [PATCH] don't overwrite terminal contents on clear when alternate-screen=off

2012-03-08 Thread Gustavo Baratto
to the history on clear. > > > > On Thu, Mar 08, 2012 at 11:32:02AM -0800, Gustavo Baratto wrote: > >Hi guys... > > > >Is there any news regarding this? > >I'm on tmux 1.5, and having problem with tmux overwriting existing > content > >

Re: [tmux] Re: [PATCH] don't overwrite terminal contents on clear when alternate-screen=off

2012-03-08 Thread Gustavo Baratto
Hi guys... Is there any news regarding this? I'm on tmux 1.5, and having problem with tmux overwriting existing content on the terminal when starting vi. I cannot send clear as '\E[H\E[2J' with either terminal-override: set -g terminal-overrides '*:smcup@:rmcup@:clear=\E[H\E[2J' or by compiling