Accepting request 1040169 from X11:terminals
- update to 377: * add control sequences for reporting the current state of the modified keys options (XTQMODKEYS) and allowed/disallowed operations (XTQALLOWED), (prompted by discussion with Bram Moolenaar). * amend modifyOtherKeys case 2 to distinguish the escape character with modifiers, e.g., shift-escape, from a plain escape character (suggested by Bram Moolenaar). * improve parsing and error-recovery in the case where a list of X11 bitmap fonts is given in the -fn and related options. * change default for xftTrackMemUsage to false, because libXft has does not handle certain fonts. (forwarded request 1039839 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/1040169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=134
This commit is contained in:
commit
ddec3083dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e5bb7aad068fb31d6d3cbb77f80c7ad1526cd4c956a4ddcf2c5cf28af5334e1
|
||||
size 1524619
|
@ -1,15 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: See https://invisible-island.net/public/public.html for info
|
||||
|
||||
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmN1/bQACgkQzCr0RyFn
|
||||
vgMFbAwAyfFkKJ2uNySWG82r3QWXcGXES3EAeGD9+AIiGgYwWka0c2M3i24QnVQ9
|
||||
egX6rUN0RKJ0b91w4PE70v8Z/IhhcC369ZeaOwZ477XESheIc4Z3J2llZvII+kg0
|
||||
HeVeP7yW1bDNP0rBRzr5l2Sm9HFbcx0ZxWGVBwQDARl5k1PGttiuFUG4AZdnpTAd
|
||||
gTuGlTScaBNy76acW0vEl1BOQAs/zwv15bbuAm3/MdpjERGE4PsDxYN0p8QkLE1n
|
||||
7+jrSXW8gMjirf1rfOlIKsr/eJcVwZiPNh7FfrF8nHNmusdXaeAgn0vkwP5uERl3
|
||||
cQwcPvsXhjYTH01G8UhNbOPLQqrgaZCdl/F7aWUDAB25VGlnurd9EjrLKWg6oNOv
|
||||
GDSW6f3BkUWfdPArxZT6CIh2WkFVBJP9gOXAFRwTDRwPNo+k4bsr8HPQ6aZh2g98
|
||||
bDm6ESJYhRhYj50gjV91BHJiDyyU1mEF3ZDx1AhGa9P/pgd4GF8PWStt+1c4iW+K
|
||||
AblFuJwn
|
||||
=UzGc
|
||||
-----END PGP SIGNATURE-----
|
3
xterm-377.tgz
Normal file
3
xterm-377.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db108fe7a45d8ed97e604721b58443b473649e61e263631bf8759f8618a990b2
|
||||
size 1527178
|
15
xterm-377.tgz.asc
Normal file
15
xterm-377.tgz.asc
Normal file
@ -0,0 +1,15 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: See https://invisible-island.net/public/public.html for info
|
||||
|
||||
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmOBXzIACgkQzCr0RyFn
|
||||
vgMVuwv+KRGNmwILDxJj8eTOI04HJ7peVJW95H9Vt64ob0tqlrWsq+613Yg09/lP
|
||||
I7F+0QqbQ3s86sUH2HJMy/IlNtzXJQA1uTqwz8mbU7FVYy1MPJwXZ9qnY66jZy2+
|
||||
8mkCko+HOAtf8jZCTnkaniyASMCWaVEWlrYX8FU1lo+UlH9OV6rUIH7KxRKoNkUu
|
||||
4aNGUACHFKYTOP1ednFF2kBq0MW6f+WMLblP0QxPy2+BcnDb0mLFvs2UQIC/jUlZ
|
||||
6hHuRS9qkHQlNssz944IwttEHzIaind27RBVHEChM/2XgWd3wxM6FNIg209HjLRh
|
||||
VefxV7Iwcx2vUyD4Ywj9hT3+6aeZ75WoWmM2klelVnjeNqYGnxanBadjJFetpvNA
|
||||
EIw7OqZurmts28ER8XsiE9wns4dup5GLwd2M4rgreqYMSpQZDVzAk4SFN0wNKtSa
|
||||
/d9FWjT8UqQx1P+khf2tHERLFMWFDqzlRq5a8FLe6IX9C3WkqpKtVbKhNIiuRHXr
|
||||
0BwjxsEY
|
||||
=mVbi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:53:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 377:
|
||||
* add control sequences for reporting the current state of the
|
||||
modified keys options (XTQMODKEYS) and allowed/disallowed
|
||||
operations (XTQALLOWED), (prompted by discussion with Bram
|
||||
Moolenaar).
|
||||
* amend modifyOtherKeys case 2 to distinguish the escape character
|
||||
with modifiers, e.g., shift-escape, from a plain escape character
|
||||
(suggested by Bram Moolenaar).
|
||||
* improve parsing and error-recovery in the case where a list of X11
|
||||
bitmap fonts is given in the -fn and related options.
|
||||
* change default for xftTrackMemUsage to false, because libXft has
|
||||
does not handle certain fonts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 21:21:02 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define splitbin 0%{?suse_version} >= 1300
|
||||
|
||||
Name: xterm
|
||||
Version: 376
|
||||
Version: 377
|
||||
Release: 0
|
||||
Summary: The basic X terminal program
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user