[MPlayer-cvslog] CVS: main mplayer.c,1.809,1.810

Reimar =?UTF8?Q?D=F6ffinger?= Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Nov 15 17:49:42 CET 2004


Hi,
> > CVS change done by Reimar Döffinger CVS
> > 
> > Update of /cvsroot/mplayer/main
> > In directory mail:/var2/tmp/cvs-serv19664
> > 
> > Modified Files:
> > 	mplayer.c 
> > Log Message:
> > fix scrolling status line in windows
> > 
> > 
> > Index: mplayer.c
> > ===================================================================
> > RCS file: /cvsroot/mplayer/main/mplayer.c,v
> > retrieving revision 1.809
> > retrieving revision 1.810
> > diff -u -r1.809 -r1.810
> > --- mplayer.c	9 Nov 2004 20:09:26 -0000	1.809
> > +++ mplayer.c	13 Nov 2004 16:10:32 -0000	1.810
> > @@ -820,6 +820,11 @@
> >      width = screen_width;
> >    else
> >    width = 80;
> > +#ifdef WIN32
> > +  // windows command line is broken (MinGW's rxvt works though, but we
> > +  // should not depend on that).
> > +  width--;
> > +#endif
> 
> imo we should always do this. there are many terminals that will
> scroll if you write to the last position.

I thought about this. But I don't know exactly how many "many" is and I am quite reluctant to workaround IMHO broken terminals to the disadvantage of
non-broken ones :-(.
So I won't make that change at the moment but I won't complain if you do it...

Greetings,
Reimar Döffinger




More information about the MPlayer-cvslog mailing list