fix bug 183993: set_cursor_gcs in ReverseVideo
This commit is contained in:
parent
8873885c66
commit
6cde1f8765
@ -1,7 +1,7 @@
|
||||
Summary: xterm terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 209
|
||||
Release: 2
|
||||
Release: 4
|
||||
URL: http://dickey.his.com/xterm
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
@ -20,6 +20,7 @@ Patch6: xterm-207-eightBitInput_false.patch
|
||||
Patch7: xterm-209-redhat-resources.patch
|
||||
Patch8: xterm-208-root-grab-console.patch
|
||||
Patch9: xterm-209-bz182382.patch
|
||||
Patch10: xterm-209-bz183993.patch
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: libXrender-devel
|
||||
@ -62,6 +63,7 @@ programs that can't use the window system directly.
|
||||
%patch7 -p1 -b .redhat-resources
|
||||
%patch8 -p1 -b .root-grab-console
|
||||
%patch9 -p1 -b .bz182382
|
||||
%patch10 -p1 -b .bz183993
|
||||
|
||||
%build
|
||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'"
|
||||
@ -107,6 +109,9 @@ cp -fp %SOURCE3 16colors.txt
|
||||
%doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n
|
||||
|
||||
%changelog
|
||||
* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 209-4
|
||||
- fix bug 183993: call set_cursor_gcs in ReverseVideo
|
||||
|
||||
* Wed Feb 22 2006 Jason Vas Dias <jvdias@redhat.com> - 209-2
|
||||
- fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs
|
||||
- further fix for bug 178302: allow *vt100*cursorColor to be same as fg
|
||||
|
Loading…
Reference in New Issue
Block a user