Re: [PATCH 6/6] Implement mouse wheel scrolling emulation.

2012-09-27 Thread Nicholas Marriott
What values do you use and how often do you change the option? . On Thu, Sep 27, 2012 at 05:42:43AM +0200, Marcel Partap wrote: > > I don't have a scroll wheel here but > > I'm happy without an option and just to hardcode 3 lines > Nah, that's so not good enough. > And having used various incarna

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread Nicholas Marriott
What is in .tmux.conf? On Wed, Sep 26, 2012 at 11:34:29PM -0700, John Schmitt wrote: >I've been using tmux start-server successfully for some time. *Changing or >clearing $TERM or $TERMINFO seems to have no effect. *Nothing informative >from tmux -v, below. *I cleared ~/.tmux.conf whi

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread John Schmitt
Thanks for looking at this, Thomas. On Thu, Sep 27, 2012 at 09:01:33AM +0100, Thomas Adam wrote: > On Wed, Sep 26, 2012 at 11:59:17PM -0700, John Schmitt wrote: > > On Thu, Sep 27, 2012 at 07:42:12AM +0100, Thomas Adam wrote: > > > Hi, > > > > Thanks for replying, and so fast. > > > > > > > > O

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread John Schmitt
On Thu, Sep 27, 2012 at 04:03:06PM +0100, Nicholas Marriott wrote: > It has always been true. start-server was added so that someone who > creates sessions in tmux.conf can start tmux without getting the extra > session new-session would create. You can't have a tmux server with no > sessions and n

[PATCH 1/1] list-keys doesn't print "(no prefix)" any more

2012-09-27 Thread Thomas Adam
The format of list-keys matches the commands tmux parsed, rather than the older format of specifying those keys which didn't have a prefix with "(no prefix)". Since there's no reason to single out keys with no prefix to them, remove this from the man page as well. --- tmux.1 | 5 - 1 file cha

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread Nicholas Marriott
You haven't explained what you are trying to do. If the server started by start-server stayed around for you before then you must have been creating a session in .tmux.conf. The server will exit if there are no sessions and tmux start does not create one. If you want to use start-server you will h

Re: tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-27 Thread Nicholas Marriott
I suggest you put your old .tmux.conf back, making sure it creates at least one session, and if the problem still exists send me the contents of it. On Thu, Sep 27, 2012 at 05:38:06PM +0100, Nicholas Marriott wrote: > You haven't explained what you are trying to do. If the server started > by st