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

D Richard Felker III dalias at aerifal.cx
Sun Nov 14 23:54:49 CET 2004


On Sat, Nov 13, 2004 at 05:10:35PM +0100, Reimar Döffinger CVS wrote:
> 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.

rich




More information about the MPlayer-cvslog mailing list