Yep this is wrong, doh, they should be the other way round. Fixed,
thanks.
On Wed, Mar 09, 2011 at 12:58:48AM +0900, Yusuke ENDOH wrote:
> Hello,
>
> This is an excerpt of tty_redraw_region in tty.c:
>
>
> 451 /*
> 452* If region is >= 50% of the screen, just schedule a
>
On Tue, Mar 8, 2011 at 11:26, Thomas Adam wrote:
> On 8 March 2011 15:42, Chas. Owens wrote:
>> I use vi bindings in bash and I have notice a significant delay
>> between pressing ESC and bash seeing the ESC, is there some timeout in
>> tmux that is waiting to see if I send anything else after th
On 8 March 2011 15:42, Chas. Owens wrote:
> I use vi bindings in bash and I have notice a significant delay
> between pressing ESC and bash seeing the ESC, is there some timeout in
> tmux that is waiting to see if I send anything else after the ESC
> before passing it on to bash? If so, is there
Am 08.03.2011 um 16:42 schrieb Chas. Owens:
>
> I use vi bindings in bash and I have notice a significant delay
> between pressing ESC and bash seeing the ESC, is there some timeout in
> tmux that is waiting to see if I send anything else after the ESC
> before passing it on to bash? If so, is th
Am 08.03.2011 um 17:07 schrieb Björn Oelke:
>
> Am 08.03.2011 um 16:42 schrieb Chas. Owens:
>>
>> I use vi bindings in bash and I have notice a significant delay
>> between pressing ESC and bash seeing the ESC, is there some timeout in
>> tmux that is waiting to see if I send anything else after
Hello,
This is an excerpt of tty_redraw_region in tty.c:
451 /*
452 * If region is >= 50% of the screen, just schedule a
window redraw. In
453 * most cases, this is likely to be followed by some more
scrolling -
454 * without this, the entire pa
I use vi bindings in bash and I have notice a significant delay
between pressing ESC and bash seeing the ESC, is there some timeout in
tmux that is waiting to see if I send anything else after the ESC
before passing it on to bash? If so, is there any way to decrease
that timeout?
--
Chas. Owens