On Thu, Jan 29, 2009 at 03:44:06AM -0800, Donald Chai wrote: > > 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;
This should now be fixed in current git HEAD. I will probably release dvtm-0.5.1 next weekend. Thanks for the report. > 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 Regards, Marc -- Marc Andre Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
