[MPlayer-cvslog] r26059 - trunk/mplayer.c
diego
subversion at mplayerhq.hu
Fri Feb 22 07:57:51 CET 2008
Author: diego
Date: Fri Feb 22 07:57:51 2008
New Revision: 26059
Log:
Fix continuous scrolling on OS/2 due to status line updates unless -quiet
option is specified. The problem is similar on Windows, so share the same
workaround for both systems.
patch by KO Myung-Hun, komh chollian net
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Fri Feb 22 07:57:51 2008
@@ -1207,7 +1207,7 @@ static void print_status(float a_pos, fl
width = screen_width;
else
width = 80;
-#ifdef WIN32
+#if defined(WIN32) || defined(__OS2__)
/* Windows command line is broken (MinGW's rxvt works, but we
* should not depend on that). */
width--;
More information about the MPlayer-cvslog
mailing list