Tmux stop print output when lots of data is going to print

2012-10-24 Thread Patrick Wang
Hi all, My environment is awesome desktop on Ubuntu 12.04. I use tmux 1.6 in my daily work. I found that when there's a lot of data going to be printed on screen (for example, building a large project using make), sometimes the stdout looks like to be "stuffed up" and nothing more will be prin

Re: Tmux stop print output when lots of data is going to print

2012-10-24 Thread Thomas Adam
On 24 October 2012 09:02, Patrick Wang wrote: > Does anybody have the same problem? How do you solve it? You use 1.7 and look at the c0-change-{interval,trigger} options. -- Thomas Adam -- Everyone hates slow websites.

[PATCH] Fix up memcpy call in window_mode_attrs()

2012-10-24 Thread Romain Francoise
Presumably we want to use the size of the destination, not the size of the pointer. --- window.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window.c b/window.c index 5ef8195..6ec51c3 100644 --- a/window.c +++ b/window.c @@ -1203,7 +1203,7 @@ winlink_clear_flags(struct w

Re: [PATCH] Fix up memcpy call in window_mode_attrs()

2012-10-24 Thread Thomas Adam
Hi, On 24 October 2012 18:51, Romain Francoise wrote: > Presumably we want to use the size of the destination, not the size of > the pointer. Good catch! Thanks. -- Thomas Adam -- Everyone hates slow websites. So do w

Tmux and CTRL+Arrows

2012-10-24 Thread ZeWaren / Erwan Martin
Hi list, I'm mostly using tmux remotely on servers using putty (xterm terminal). I managed to bind the ctrl+left and ctrl+right combos to do some specific actions on my shells (bash, tcsh and zsh), using some configuration like: "\eOD": backward-word "\eOC": forward-word My problem is that in