Re: tmux and less -E

2011-10-17 Thread Stroller
Same here, ssh'ing into a Linux box to test with tmux. Stroller. On 17 October 2011, at 11:18, Stephen Thirlwall wrote: > I get no output in tmux, screen, or a normal shell. > > Adding the -X flag to less gives me the desired output in all three. > > ... > > Using the Terminal app in MacOS L

Re: tmux and less -E

2011-10-17 Thread arno
Le lundi 17 octobre 2011, à 21:18:44 +1100, Stephen a écrit : > You might also want to replace -E with -F > > -F or --quit-if-one-screen >Causes less to automatically exit if the entire file can > be displayed on >the first screen. Thanks, less -F is ex

Re: tmux and less -E

2011-10-17 Thread Stephen Thirlwall
I get no output in tmux, screen, or a normal shell. Adding the -X flag to less gives me the desired output in all three. -X or --no-init Disables sending the termcap initialization and deinitialization strings to the terminal. This is sometimes desirable i

Re: tmux and less -E

2011-10-17 Thread arno
Le lundi 17 octobre 2011, à 11:03:31 +0100, Nicholas a écrit : > Works the same for me inside and outside tmux unless I also pipe it > through cat -v. Ok, how does it actually work ? When you mean outside tmux, did you launch your session from tmux ? > What tmux version? What platform? What is T

Re: tmux and less -E

2011-10-17 Thread Nicholas Marriott
Works the same for me inside and outside tmux unless I also pipe it through cat -v. What tmux version? What platform? What is TERM inside and outside tmux? On Mon, Oct 17, 2011 at 11:23:51AM +0200, arno wrote: > Hi, > I'm currently trying tmux and I'm encountering an issue with less -E > It's su