Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-08 Thread Marc Andre Tanner
On Sun, Feb 08, 2009 at 05:24:52PM +0800, bill lam wrote: > On Mon, 26 Jan 2009, Marc Andre Tanner wrote: > > * Scrollback support > > > >By default 500 lines scrollback history is preserved, this can > >be changed in config.h or overridden by the -h command line option > >at runtime.

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-08 Thread bill lam
On Mon, 26 Jan 2009, Marc Andre Tanner wrote: > * Scrollback support > >By default 500 lines scrollback history is preserved, this can >be changed in config.h or overridden by the -h command line option >at runtime. > >Scrolling is done with Mod+PageUp and Mod+PageDown. I would

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-06 Thread bill lam
On Fri, 06 Feb 2009, Marc Andre Tanner wrote: > Thanks for the additional information. Unfortunately i am still unable to > reproduce the problem. Does this happen for you with every file or only > with some specific ones? Does anybody else see something similar? > I compiled and tested again and

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-06 Thread Marc Andre Tanner
On Fri, Feb 06, 2009 at 10:33:10AM +0800, bill lam wrote: > On Thu, 05 Feb 2009, Marc Andre Tanner wrote: > > On Wed, Feb 04, 2009 at 10:35:48AM +0800, bill lam wrote: > > > On Tue, 03 Feb 2009, Marc Andre Tanner wrote: > > > > This should now be fixed in current git HEAD. I will probably release >

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-05 Thread Marc Andre Tanner
On Wed, Feb 04, 2009 at 10:35:48AM +0800, bill lam wrote: > On Tue, 03 Feb 2009, Marc Andre Tanner wrote: > > This should now be fixed in current git HEAD. I will probably release > > dvtm-0.5.1 next weekend. Thanks for the report. > > I you have time, will you also test the screen redraw problem.

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-03 Thread bill lam
On Tue, 03 Feb 2009, Marc Andre Tanner wrote: > This should now be fixed in current git HEAD. I will probably release > dvtm-0.5.1 next weekend. Thanks for the report. I you have time, will you also test the screen redraw problem. When I use vim to edit two files and scroll up and down, it did no

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-03 Thread Marc Andre Tanner
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_del

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-30 Thread bill lam
The color test is ok. I found that it was vim that misinterpret the color, By coerce &term to xterm, it's ok now. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 唐詩217 李商隱 無題二首之一 鳳尾香羅薄幾重

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-30 Thread Donald Chai
On Jan 30, 2009, at 6:43 AM, bill lam wrote: On Fri, 30 Jan 2009, Donald Chai wrote: On Jan 29, 2009, at 8:54 PM, bill lam wrote: 1. on my ubuntu, $TERM is xterm (actually it is 256 color), but dvtm cannot detect it and makes it a 8 (or 16?) color rxvt. You probably need to set TERM to

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-30 Thread bill lam
On Fri, 30 Jan 2009, Donald Chai wrote: > > On Jan 29, 2009, at 8:54 PM, bill lam wrote: > >> On Thu, 29 Jan 2009, Donald Chai wrote: >>> You can replace that line with: >>> ESCDELAY = esc_delay; >> >> Thanks! >> >> I found 2 further issues >> 1. on my ubuntu, $TERM is xterm (actually it is 25

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-30 Thread Donald Chai
On Jan 29, 2009, at 8:54 PM, bill lam wrote: On Thu, 29 Jan 2009, Donald Chai wrote: You can replace that line with: ESCDELAY = esc_delay; Thanks! I found 2 further issues 1. on my ubuntu, $TERM is xterm (actually it is 256 color), but dvtm cannot detect it and makes it a 8 (or 1

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-29 Thread bill lam
On Thu, 29 Jan 2009, Donald Chai wrote: > You can replace that line with: > ESCDELAY = esc_delay; Thanks! I found 2 further issues 1. on my ubuntu, $TERM is xterm (actually it is 256 color), but dvtm cannot detect it and makes it a 8 (or 16?) color rxvt. 2. if start dvtm from dmenu typi

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-29 Thread Donald Chai
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 sequence

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-01-29 Thread bill lam
In commit sha1 a107d3 it added a call to an undeclared set_escdelay, and it fails to compile. Is that a known issue? -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 唐詩311 無名氏 雜詩 盡寒食雨草萋萋

[dwm] [ANNOUNCE] dvtm-0.5

2009-01-26 Thread Marc Andre Tanner
Hi all, This release should have happened way earlier, but some real world issues delayed it. Sorry about that, but better late than never. http://www.brain-dump.org/projects/dvtm/dvtm-0.5.tar.gz Changes include: * Scrollback support By default 500 lines scrollback history is preserved,