OBS User unknown 2007-09-20 12:33:11 +00:00 committed by Git OBS Bridge
parent b28bc7fea9
commit df97efe214
3 changed files with 12 additions and 5 deletions

View File

@ -143,7 +143,7 @@
*tekMenu.Label: Tek Options *tekMenu.Label: Tek Options
*tekMenu*tektextlarge*Label: Large Characters *tekMenu*tektextlarge*Label: Large Characters
@@ -187,3 +208,57 @@ @@ -187,3 +208,58 @@
! !
! Alternatively, ! Alternatively,
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+ !*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
@ -188,6 +188,7 @@
+ <Key>DRemove: ignore() + <Key>DRemove: ignore()
+ +
+*background: LightYellow2 +*background: LightYellow2
+*foreground: #000000
+*multiScroll: on +*multiScroll: on
+*jumpScroll: on +*jumpScroll: on
+*ScrollBar: on +*ScrollBar: on

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 19 17:44:39 CEST 2007 - sndirsch@suse.de
- set foreground color as well; fixes xterm -rv (Bug #283984)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 31 22:35:40 CEST 2007 - mfabian@suse.de Fri Aug 31 22:35:40 CEST 2007 - mfabian@suse.de

View File

@ -13,13 +13,13 @@
Name: xterm Name: xterm
BuildRequires: freetype2-devel update-desktop-files utempter xorg-x11 xorg-x11-devel BuildRequires: freetype2-devel update-desktop-files utempter xorg-x11 xorg-x11-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
URL: http://invisible-island.net/xterm/ Url: http://invisible-island.net/xterm/
License: X11/MIT License: X11/MIT
Group: System/X11/Utilities Group: System/X11/Utilities
Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
Autoreqprov: on AutoReqProv: on
Version: 229 Version: 229
Release: 8 Release: 15
Summary: The basic X terminal program Summary: The basic X terminal program
Source: %name.tar.bz2 Source: %name.tar.bz2
Source1: luitx Source1: luitx
@ -263,8 +263,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/vttest.1.gz %{_mandir}/man1/vttest.1.gz
/usr/share/applications/xterm.desktop /usr/share/applications/xterm.desktop
/usr/share/pixmaps/* /usr/share/pixmaps/*
%changelog %changelog
* Wed Sep 19 2007 - sndirsch@suse.de
- set foreground color as well; fixes xterm -rv (Bug #283984)
* Fri Aug 31 2007 - mfabian@suse.de * Fri Aug 31 2007 - mfabian@suse.de
- Bugzilla #306943: add xorg-x11 to BuildRequires because of - Bugzilla #306943: add xorg-x11 to BuildRequires because of
bdftopcf. Let the build fail if bdftopcf is missing. bdftopcf. Let the build fail if bdftopcf is missing.