changeset 26027:21ffd4958ab5

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
author diego
date Fri, 22 Feb 2008 06:57:51 +0000
parents a1e19c442cab
children afd429e00184
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Feb 21 22:57:10 2008 +0000
+++ b/mplayer.c	Fri Feb 22 06:57:51 2008 +0000
@@ -1207,7 +1207,7 @@
     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--;