Re: Bug report: Mouse click on right pane when left pane focused doesn't change focus

2015-05-24 Thread Enrico Ghirardi
I've got the exact same setup and can't reproduce your problem. Here's my .tmux.conf for reference https://github.com/cHoco/dotFiles/blob/master/tmux.conf --  Enrico Ghirardi Il giorno 24 maggio 2015 @ 10:49:00, Robert Irelan (rire...@gmail.com) ha scritto: Subject: Mouse clic

How to access session environment variable from running window

2015-05-06 Thread Enrico Ghirardi
shell  4- variable is visible in the session environment if I type “tmux show-environment” but I can’t access it from     currently running windows, must create a new window to access it. Many thanks, --  Enrico Ghirardi

Re: Patch to add "exit copy mode when scrolling past bottom" + option

2015-05-03 Thread Enrico Ghirardi
ot sure if it's only me, but #{scroll_region_lower} always returns the same value (session height - 1) making that snippet useless. Also from the documentation for me it isn't really clear what #{scroll_region_*} should expand to and represent. -- Enrico Ghirardi --