Re: tmux scrolling

2014-10-21 Thread Balazs Kezes
On 2014-10-21 10:52 +0530, chokden wrote: > I tried setting set -g mode-mouse off, but when i open a new pane in > terminal, the shell output doesnt show all of it. Instead the whole > tmux screen moves up and down. So what happens if you enable mode-mouse? Please do this in a clean a tmux. Start

Re: tmux scrolling

2014-10-19 Thread Balazs Kezes
[+tmux-users] Please be respectful of others and *keep* tmux-users posted! Try pressing/clicking on reply-all in your email client. On 2014-10-18 19:35 +0530, chokden wrote: > here is my .tmux.conf > ... > set -g mode-mouse off You have disabled the mouse mode. Most probably your terminal emulat

Re: tmux scrolling issue

2014-10-18 Thread Balazs Kezes
[+tmux-users] Please keep tmux-users posted because otherwise you'll get less help because others don't see your responses. On 2014-10-18 18:50 +0530, chokden wrote: > i am using tmux 1.9a. > i compiled it from source forge. Have you tried the git HEAD version? There were some mouse related chan

Re: tmux scrolling issue

2014-10-18 Thread Balazs Kezes
On 2014-09-18 16:45 +0530, chokden wrote: > While doing a objdump -x filename.xyz, i cant seem to scroll up or > down. The scrolling of mouse triggers the history of command i have > writen before. Which version of tmux are you using? Have you tried the HEAD version? -- Balazs -

Re: tmux scrolling issue

2014-09-21 Thread Jan Larres
On 18/09/14 23:15, chokden wrote: > While doing a objdump -x filename.xyz, i cant seem to scroll up or down. > The scrolling of mouse triggers the history of command i have writen > before. Any one who have had such problems?? kindly help me. > Love tmux and now with the default 256 color supports.

tmux scrolling issue

2014-09-18 Thread chokden
Hi, I am new to tmux and i am having a hard time finding a solution for this particular issue. I would be grateful to anyone who can help me :D. While doing a objdump -x filename.xyz, i cant seem to scroll up or down. The scrolling of mouse triggers the history of command i have writen before. An

Re: tmux scrolling issue

2013-11-06 Thread Ben Rosengart
On Nov 4, 2013, at 3:18 PM, Nicholas Marriott wrote: > You can probably improve this by doing one or both of: > > - Set c0-change-trigger to 0. > > - Change tty_large_region in tty.c to always return 0 and build tmux > again. I managed to build tmux with this change -- no help. Any other id

Re: tmux scrolling issue

2013-11-06 Thread Ben Rosengart
On Nov 5, 2013, at 3:28 PM, Nicholas Marriott wrote: > Did you try changing tty_large_region? I'm working on it -- ran into build issues due to my old version of libevent. If you have any other ideas that don't require recompiling, I'm very keen to hear them. Thanks, Ben > On Tue, Nov 05,

Re: tmux scrolling issue

2013-11-05 Thread Nicholas Marriott
Did you try changing tty_large_region? On Tue, Nov 05, 2013 at 03:14:41PM -0800, Ben Rosengart wrote: > On Nov 5, 2013, at 3:09 PM, Nicholas Marriott > wrote: > > > If you don't do this then most terminals ill turn off scrollback > > entirely but if yours doesn't then that's fine. > > OK, I p

Re: tmux scrolling issue

2013-11-05 Thread Ben Rosengart
On Nov 5, 2013, at 3:09 PM, Nicholas Marriott wrote: > If you don't do this then most terminals ill turn off scrollback > entirely but if yours doesn't then that's fine. OK, I put it back -- but it doesn’t make a spot of difference in my scrollback tests with “perl -le ‘print 1..150’”. > On T

Re: tmux scrolling issue

2013-11-05 Thread Nicholas Marriott
If you don't do this then most terminals ill turn off scrollback entirely but if yours doesn't then that's fine. On Tue, Nov 05, 2013 at 03:03:28PM -0800, Ben Rosengart wrote: > On Nov 5, 2013, at 2:58 PM, Nicholas Marriott > wrote: > > > On Tue, Nov 05, 2013 at 12:47:25PM -0800, Ben Rosengart

Re: tmux scrolling issue

2013-11-05 Thread Ben Rosengart
On Nov 5, 2013, at 2:58 PM, Nicholas Marriott wrote: > On Tue, Nov 05, 2013 at 12:47:25PM -0800, Ben Rosengart wrote: >> On Nov 4, 2013, at 3:18 PM, Nicholas Marriott >> wrote: >> >>> You can probably improve this by doing one or both of: >>> >>> - Set c0-change-trigger to 0. >> >> This see

Re: tmux scrolling issue

2013-11-05 Thread Nicholas Marriott
On Tue, Nov 05, 2013 at 12:47:25PM -0800, Ben Rosengart wrote: > On Nov 4, 2013, at 3:18 PM, Nicholas Marriott > wrote: > > > You can probably improve this by doing one or both of: > > > > - Set c0-change-trigger to 0. > > This seems to work locally, but not over ssh (tmux running remotely).

Re: tmux scrolling issue

2013-11-05 Thread Ben Rosengart
On Nov 4, 2013, at 3:18 PM, Nicholas Marriott wrote: > You can probably improve this by doing one or both of: > > - Set c0-change-trigger to 0. This seems to work locally, but not over ssh (tmux running remotely). Here's my .tmux.conf, just in case I've got the syntax wrong or something:

Re: tmux scrolling issue

2013-11-04 Thread Nicholas Marriott
You can probably improve this by doing one or both of: - Set c0-change-trigger to 0. - Change tty_large_region in tty.c to always return 0 and build tmux again. But note the only guaranteed way to get previous output is to use tmux copy mode. On Mon, Nov 04, 2013 at 02:43:39PM -0800, Ben Ros

tmux scrolling issue

2013-11-04 Thread Ben Rosengart
Dear tmuxers, I am running tmux 1.8 on Mac OS X 10.9 with Terminal.app, and the following .tmux.conf: set -g terminal-overrides "xterm*:smcup@:rmcup@" set-window-option -g alternate-screen off I usually keep my terminals at 80x35. I have a readily reproducible problem: when I output many lin

tmux scrolling issue

2013-10-29 Thread Ben Rosengart
Dear tmuxers, I am running tmux 1.8 on Mac OS X 10.9 with Terminal.app, and the following .tmux.conf: set -g terminal-overrides "xterm*:smcup@:rmcup@" set-window-option -g alternate-screen off I usually keep my terminals at 80x35. I have a readily reproducible problem: when I output many

Re: tmux scrolling weirdness with irssi and rtorrent

2013-01-29 Thread iMil
> Now that the default-terminal is set to screen-256color, vim won't > use 256 colors, while I have: Turns out this behaviour is caused by a bug in NetBSD 6.0.1 libterminfo: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=47490 Temporary fix: set -g default-terminal "screen" set -g t

Re: tmux scrolling weirdness with irssi and rtorrent

2013-01-28 Thread iMil
> I have tried many combinations involving screen-256color and unsetting > the TERM variable (which is actually automatically set to xterm), no > matter what, irssi's chat window won't refresh. And of course, as soon as I sent that email I realized an old tmux session was still running with the o

tmux scrolling weirdness with irssi and rtorrent

2013-01-28 Thread iMil
Hi, I am witnessing weird behaviours when using irssi and rtorrent inside tmux. I've read some informations about it: http://blog.schrierc.org/2011/07/invalid-tmux-term-causes-irssi-issues.html http://www.mail-archive.com/tmux-users@lists.sourceforge.net/msg02551.html but those "fixes" doesn't