Commit f2d4eeec authored by Antoine Cellerier's avatar Antoine Cellerier

Fix blinking on redraw in ncurses interface... if anyone has an idea about why...

Fix blinking on redraw in ncurses interface... if anyone has an idea about why that call to clear() was needed ... (And remove a bunch of trailing spaces)
parent 61a7eac1
...@@ -1510,8 +1510,6 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh ) ...@@ -1510,8 +1510,6 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh )
int h; int h;
int y_end; int y_end;
clear();
/* Title */ /* Title */
attrset( A_REVERSE ); attrset( A_REVERSE );
int i_len = strlen( "VLC media player "PACKAGE_VERSION ); int i_len = strlen( "VLC media player "PACKAGE_VERSION );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment