Clear window after

filter()+'terminal-resizing'+endwin()+doupdate()+endwin() #174498
This commit is contained in:
praszyk 2005-12-01 13:44:07 +00:00
parent 3c52c618da
commit a93c9a2478

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses Name: ncurses
Version: 5.4 Version: 5.4
%define includedirw %{_includedir}/ncursesw %define includedirw %{_includedir}/ncursesw
Release: 20 Release: 21
License: distributable License: distributable
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://dickey.his.com/ncurses/ncurses.html URL: http://dickey.his.com/ncurses/ncurses.html
@ -20,6 +20,7 @@ Patch5: ncurses-5.4-20050115.patch
Patch6: ncurses-5.4-20050122.patch Patch6: ncurses-5.4-20050122.patch
Patch7: ncurses-5.4-xterm-kbs.patch Patch7: ncurses-5.4-xterm-kbs.patch
Patch8: ncurses-5.4-filter.patch Patch8: ncurses-5.4-filter.patch
Patch9: ncurses-5.4-endwinfilter.patch
BuildRequires: sharutils BuildRequires: sharutils
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -63,6 +64,7 @@ Use the following compiler flags to build against the ncurses library:
%patch6 -p1 -b .20050122 %patch6 -p1 -b .20050122
%patch7 -p1 -b .xterm-kbs %patch7 -p1 -b .xterm-kbs
%patch8 -p1 -b .filter %patch8 -p1 -b .filter
%patch9 -p1 -b .endwinfilter
%build %build
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES" CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@ -169,6 +171,11 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Fri Sep 30 2005 5.4-19 <praszyk@redhat.com> 5.4-21
- Clear window after: filter()+'terminal-resizing'+endwin()+
doupdate()+endwin()
See bug #174498, patch ncurses-5.4-endwinfilter.patch
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 5.4-20 * Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 5.4-20
- fix location for resize in ncurses-resetall.sh - fix location for resize in ncurses-resetall.sh