This commit is contained in:
parent
7473efc01d
commit
110b2f7e01
@ -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,56 @@
|
@@ -187,3 +208,57 @@
|
||||||
!
|
!
|
||||||
! Alternatively,
|
! Alternatively,
|
||||||
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
|
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
|
||||||
@ -182,6 +182,7 @@
|
|||||||
+!! define Pause key, and ignore DRemove on foreign displays.
|
+!! define Pause key, and ignore DRemove on foreign displays.
|
||||||
+*altIsNotMeta: true
|
+*altIsNotMeta: true
|
||||||
+*altSendsEscape: true
|
+*altSendsEscape: true
|
||||||
|
+*metaSendsEscape: true
|
||||||
+*VT100.Translations: #override \
|
+*VT100.Translations: #override \
|
||||||
+ <Key>Pause: string("\033[P") \n\
|
+ <Key>Pause: string("\033[P") \n\
|
||||||
+ <Key>DRemove: ignore()
|
+ <Key>DRemove: ignore()
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 21:34:56 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- added '*metaSendsEscape: true' to app defaults (Bug #300331)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 13 03:29:19 CEST 2007 - sndirsch@suse.de
|
Mon Aug 13 03:29:19 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ 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: 1
|
Release: 6
|
||||||
Summary: The basic X terminal program
|
Summary: The basic X terminal program
|
||||||
Source: %name.tar.gz
|
Source: %name.tar.gz
|
||||||
Source1: luitx
|
Source1: luitx
|
||||||
@ -264,6 +264,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/pixmaps/*
|
/usr/share/pixmaps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 27 2007 - sndirsch@suse.de
|
||||||
|
- added '*metaSendsEscape: true' to app defaults (Bug #300331)
|
||||||
* Mon Aug 13 2007 - sndirsch@suse.de
|
* Mon Aug 13 2007 - sndirsch@suse.de
|
||||||
- update to xterm-229:
|
- update to xterm-229:
|
||||||
* override locale in minstall.sh; change in [233]patch #226 does
|
* override locale in minstall.sh; change in [233]patch #226 does
|
||||||
|
Loading…
x
Reference in New Issue
Block a user