On Jan 29, 2009, at 12:49 AM, bill lam wrote:
> In commit sha1 a107d3 it added a call to an undeclared set_escdelay,
> and it fails to compile.  Is that a known issue?
You can replace that line with:
        ESCDELAY = esc_delay;
By default, ncurses waits a long time to interpret escape sequences,  
which causes problems if you use vi and type faster than a snail, so  
this call reduces this delay.
A more portable fix is to simply use the ESCDELAY environment variable  
when running dvtm:
        $ ESCDELAY=1 ./dvtm
Received on Thu Jan 29 2009 - 11:44:06 UTC
This archive was generated by hypermail 2.2.0 : Thu Jan 29 2009 - 11:48:04 UTC