Re: Tmux output dots continuously

2015-03-11 Thread Nicholas Marriott
Try adding set -g default-shell '/bin/bash' to tmux.conf. Also it is not a good idea to use /etc/tmux.conf for this because tmux will look for it automatically, try using a different filename. On Wed, Mar 11, 2015 at 11:13:21AM +0800, Wang Sen wrote: >Description > > >I'm

Mouse emulation

2015-03-11 Thread Paul Gideon Dann
Hi there, Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states: "Revert the up/down wheel emulation for now, there will be a better way to do this along later for those who want it." Has this better way been implemented? If so, can you describe how I can enable it? Many thanks, Paul -

Re: Mouse emulation

2015-03-11 Thread Paul Gideon Dann
On 11 March 2015 at 11:00, Paul Gideon Dann wrote: > Hi there, > > Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states: > > "Revert the up/down wheel emulation for now, there will be a better way to > do this along later for those who want it." > > Has this better way been implemented? If so,

Re: Mouse emulation

2015-03-11 Thread Thomas Adam
On Wed, Mar 11, 2015 at 11:00:18AM +, Paul Gideon Dann wrote: > Hi there, > > Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states: > > "Revert the up/down wheel emulation for now, there will be a better way to > do this along later for those who want it." > > Has this better way been impl

Re: Mouse emulation

2015-03-11 Thread Nicholas Marriott
It'll be after the next release in a few months. On Wed, Mar 11, 2015 at 11:10:33AM +, Paul Gideon Dann wrote: >On 11 March 2015 at 11:00, Paul Gideon Dann <[1]pdgid...@gmail.com> wrote: > > Hi there, > > Commit 353d1825d5a3a6efb1c3c71d9afbb96ba57cc948 states: > > "Reve

Re: The history of tmux

2015-03-11 Thread Thomas Adam
On Tue, Mar 10, 2015 at 03:12:05PM +, David Chanters wrote: > On 16 February 2015 at 15:59, Thomas Adam wrote: > > % git log | egrep -o '(from |by )[A-Z][A-Za-z0-9 ]*\.'|sort|uniq -c|sort > > -nr| head -n10 > > 40 from Thomas Adam. > > 39 from George Nachman. > > 37 from Tiago

Re: The history of tmux

2015-03-11 Thread Nicholas Marriott
All the commit history is in git, we don't need a list somewhere else. On Wed, Mar 11, 2015 at 11:24:54AM +, Thomas Adam wrote: > On Tue, Mar 10, 2015 at 03:12:05PM +, David Chanters wrote: > > On 16 February 2015 at 15:59, Thomas Adam wrote: > > > % git log | egrep -o '(from |by )[A-Z

Re: Tmux output dots continuously

2015-03-11 Thread Wang Sen
Thanks a lot. It works for me :) *--- --- ---* Best Wishes Wang Sen Open Software Developer, China System & Technology Lab, IBM Tel: 010-82453135 Zip:100193 Addr: Ring Buiding, 8 Dongbeiwang Western Road, Beijing 2015-03-11 16:15 GMT+08:00 Nicholas Marriott : > Try adding > > set -g default-shel