Tmux mode-mouse - Unable to select text, it de-selects as soon as you let go of the mouse

2014-12-01 Thread Victor Hooi
Hi, I've recently found the tmux mode-mouse, which is pretty cool. On my OSX machine, this allows me to use scroll gestures to read back through the scrollback buffer. It's much easier than using Ctrl-B, [, then using the arrow keys to go back line by line. However, I've noticed that when mode-

Re: Compiling Tmux on Solaris 10 (x86)

2011-07-21 Thread Victor Hooi
; Lack of colour is probably TERM. Solaris 10 is old and IIRC TERM=xterm > doesn't have colour - try xterm-new or xterm-color (the first is > better if it exists). > > > > On Fri, Jul 22, 2011 at 01:00:04PM +1000, Victor Hooi wrote: > >Nicholas, > >Thank

Re: Compiling Tmux on Solaris 10 (x86)

2011-07-21 Thread Victor Hooi
; > the #error thing sounds like you are trying to use gcc and hitting some > retardness in the Solaris headers. probably need to either upgrade your > gcc or try Sun cc > > > > On Fri, Jul 22, 2011 at 11:36:47AM +1000, Victor Hooi wrote: > >heya, > >Al

Re: Compiling Tmux on Solaris 10 (x86)

2011-07-21 Thread Victor Hooi
des=/db/pub/eq/tools/include/ncurse", and it still didn't seem to find ncurses - how would I specify a non-standard path for ncurses? Cheers, Victor On Fri, Jul 22, 2011 at 11:15, Victor Hooi wrote: > Hi, > > I'm attempting to compile Tmux 1.5 on Solaris 10 (x86). > >

Compiling Tmux on Solaris 10 (x86)

2011-07-21 Thread Victor Hooi
Hi, I'm attempting to compile Tmux 1.5 on Solaris 10 (x86). The first issue I hit was finding libevent - I'd compiled libevent to a non-standard prefix, and there was no ./configure argument to specify that - I just ended up setting the LD_LIBRARY_PATH. Should I have done it a different way thoug