Clear window after: filter()+initscr()+endwin()+refresh().See bug #2966
This commit is contained in:
parent
dccca19f89
commit
c15d75fd1c
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
||||
Name: ncurses
|
||||
Version: 5.4
|
||||
%define includedirw %{_includedir}/ncursesw
|
||||
Release: 18
|
||||
Release: 19
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||
@ -19,6 +19,7 @@ Patch4: ncurses-5.4-20050108.patch
|
||||
Patch5: ncurses-5.4-20050115.patch
|
||||
Patch6: ncurses-5.4-20050122.patch
|
||||
Patch7: ncurses-5.4-xterm-kbs.patch
|
||||
Patch8: ncurses-5.4-filter.patch
|
||||
BuildRequires: sharutils
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -61,6 +62,7 @@ Use the following compiler flags to build against the ncurses library:
|
||||
%patch5 -p1 -b .20050115
|
||||
%patch6 -p1 -b .20050122
|
||||
%patch7 -p1 -b .xterm-kbs
|
||||
%patch8 -p1 -b .filter
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
|
||||
@ -167,6 +169,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2005 5.4-19 <praszyk@redhat.com> 5.4-19
|
||||
- Clear window after: filter()+initscr()+endwin()+refresh()
|
||||
See bug #2966, patch ncurses-5.4-filter.patch
|
||||
|
||||
* Wed Aug 03 2005 Karsten Hopp <karsten@redhat.de> 5.4-18
|
||||
- rebuild with new rpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user