[MPlayer-dev-eng] [PATCH] nostatus-line option

Diego Biurrun diego at biurrun.de
Tue Jun 5 18:13:31 CEST 2007


On Fri, May 18, 2007 at 11:36:05PM +0300, Oded Shimon wrote:
> On Fri, May 18, 2007 at 10:06:04PM +0200, Diego Biurrun wrote:
> > On Fri, May 18, 2007 at 04:57:44PM +0200, Diego Biurrun wrote:
> > > Attila wanted it, I've been meaning to implement it for ages, here it
> > > is: A small option that turns off displaying of the status line.  Useful
> > > if you wish to have full debug output but your terminal is slow or you
> > > wish to redirect output to a file without the status line crap.
> > > 
> > > Comments welcome.  If somebody has a better name, that is also welcome.
> > 
> > Better patch using Attila's approach as recommended by Ivan.
> 
> I'm ok with this, just...
> 
> > --- mp_msg.h	(revision 23339)
> > +++ mp_msg.h	(working copy)
> > @@ -103,6 +103,8 @@
> >  
> >  #define MSGT_LOADER 44 // dll loader messages
> >  
> > +#define MSGT_STATUSLINE 45 // playback/encoding status line
> > +
> >  #define MSGT_MAX 64
> 
> Please also update the color mp_msg in mp_msg.c:193

Applied with the color update.

Diego



More information about the MPlayer-dev-eng mailing list