
https://bugzilla.novell.com/show_bug.cgi?id=418613 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=418613#c20 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #20 from Dr. Werner Fink <werner@novell.com> 2008-09-17 07:35:58 MDT --- I've added a workaround to yast ncurses with void NCursesWindow::init( void ) { + static char * env; + if (!env && (env = ::getenv("TERM"))) { + if (::strncmp(env, "linux", 5) == 0) + back_color_erase = FALSE; + } leaveok( 0 ); keypad( 1 ); meta( 1 ); which now disables bce for YaST on linux console. I've no idea what exactly happens here it could be the old ncurses c++ used in the YaST sources (n)cursesw.cc and (n)cursesw.h together with (n)cursesw.cc and (n)cursesw.h now incompatible with new curses.h or etip.h or panel.h. I've tagged this bug to add this to my personal remember list. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.