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

2012-09-26 Thread Thomas Adam
Hi, On 27 September 2012 07:34, 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 You shouldn't be changing or clearing those variables anyway. > from tmux -v, below. I cl

tmux start-server fails silently Fedora 17 tmux 1.6

2012-09-26 Thread John Schmitt
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 which did not seem to make any difference. What should I do to get tmux start-server to work again? $ r

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

2012-09-26 Thread Marcel Partap
> 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 incarnations of my patch for a considerable amount of time, the flexibility of a variable setting and the modifier keys really is a true asset fo

[PATCH 0/1] Expand/collapse in choose-tree

2012-09-26 Thread Thomas Adam
Hi, This improves upon my original POC patch from the other day, to add in support for expanding/collapsing sessions in choose-tree. Currently, the following is implemented through this new patch: * Starts off collapsed by default. * Adds +/- indicators to each session line depending on state. *

[PATCH 1/1] Add expand/collapse functionality in choose-tree

2012-09-26 Thread Thomas Adam
This patch adds the ability to expand/collapse a single session using the Left and Right arrow keys, where Left collapses, and Right expands. Likewise, C-Left and C-Right will collapse and expand all sessions, respectively. --- mode-key.c | 12 tmux.h | 12 +++- window-choose