]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent r0-50-22
authormsw <msw>
Tue, 3 Apr 2001 20:50:02 +0000 (20:50 +0000)
committermsw <msw>
Tue, 3 Apr 2001 20:50:02 +0000 (20:50 +0000)
  excessive flashing due to screen clears when using touch_screen (more
  Japanese handling)

newt.spec

index 0e787c02ec0413e44171799f4c59b249e29e8a64..607f083ce2d5c3390faa94abaf26efbc0b4a80b4 100644 (file)
--- 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 <msw@redhat.com>
+- 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 <msw@redhat.com>
 - redraw the screen in certain situations when LANG=ja_JP.eucJP to
   prevent corrupting kanji characters (#34362)