Bug#137547: modconf: [PATCH] screen not cleared properly in bterm

2002-03-10 Thread Eduard Bloch
#include David Kimdon wrote on Sat Mar 09, 2002 um 04:15:25PM: > readonly bold='' > -readonly clear='' > +if echo $LC_CTYPE | grep "utf-8" >/dev/null 2>&1 ; then > +readonly clear='' > +else > +readonly clear='' > +fi I tried a slightl

Bug#137547: modconf: [PATCH] screen not cleared properly in bterm

2002-03-09 Thread David Kimdon
Package: modconf Version: 0.2.43 Severity: important Tags: patch Hi, When running in a bterm on boot-floppies (i18n disks) modconf doesn't clear the screen. This leaves characters randomly on the screen. At times it makes it difficult to see what is going on. Thanks to Thomas Poindessous we k