From: msw Date: Tue, 3 Apr 2001 20:50:02 +0000 (+0000) Subject: - change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent X-Git-Tag: r0-50-22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c1e4009eb245626752704d2d1e66e8503eff5a;p=thirdparty%2Fnewt.git - change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent excessive flashing due to screen clears when using touch_screen (more Japanese handling) --- diff --git a/newt.spec b/newt.spec index 0e787c0..607f083 100644 --- a/newt.spec +++ b/newt.spec @@ -2,7 +2,7 @@ Summary: A development library for text mode user interfaces. Name: newt %define version 0.50.22 Version: %{version} -Release: 1 +Release: 2 Copyright: LGPL Group: System Environment/Libraries Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz @@ -105,6 +105,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Apr 3 2001 Matt Wilson +- change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent + excessive flashing due to screen clears when using touch_screen (more + Japanese handling) + * Mon Apr 2 2001 Matt Wilson - redraw the screen in certain situations when LANG=ja_JP.eucJP to prevent corrupting kanji characters (#34362)