diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-14 21:06:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-14 22:15:01 -0700 |
commit | 1463adf1fe790df767d819fc6df878bf146dc4ee (patch) | |
tree | 4549f2c294e89ab4fa7eb5487a907e89fa93c010 /meta-oe/recipes-graphics | |
parent | cf3738d7758fdd71971dee422c0511ea083fbf24 (diff) | |
download | meta-openembedded-1463adf1fe790df767d819fc6df878bf146dc4ee.tar.gz |
xterm: upgrade 379 -> 380
Changelog:
==========
- simplify the change for sixelScrolling from patch #374
- add xterm+focus and report+da2, update report+version building blocks in
terminfo, from post-ncurses 6.4
- drop the -title option from uxterm and koi8rxterm, because that interferes
with deriving the default title from the -e option (Debian #1031837).
Compensate for this by using the -class option to derive a default title.
- improve description of readline 2003 mode in ctlseqs.ms
- other improvements to status-line feature
clear status line on DECCOLM
ignore DECSASD if no previous DECSSDT
allow DECSSDT 1 immediately after DECSSDT 2, i.e., without switching back to
host mode.
- adjust RequestResize to avoid shrinking screen when using DECCOLM while the
status-line is active
- disallow wrapping before the beginning of the screen, to the end of the
screen, for cursor-back sequences (Redhat #2182357).
- modify makefile to install the 16x16 xpm files
- update test-package to reflect resolution of Debian #906901.
- change default of showMissingGlyphs to True.
- improve handling of double-sized characters when those happen to be missing
from the bitmap font and/or are fullwidth.
- pointer/overflow fixes
- configure script improvements
- fix a typo in the underline cursor thickness derivation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_380.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_379.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_379.bb b/meta-oe/recipes-graphics/xorg-app/xterm_380.bb index 1c32b5d5b3..377c2758b0 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_379.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_380.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ | |||
8 | file://0001-Add-configure-time-check-for-setsid.patch \ | 8 | file://0001-Add-configure-time-check-for-setsid.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "a7ddf274ee84b97fb1283675009d53ca2d02a0ffd5ce5a5118dafc3623ebb310" | 11 | SRC_URI[sha256sum] = "0c1dc1fa800fa64b5c58d16ddb905e700b27ca538a65be8c03b2ba5761106c38" |
12 | 12 | ||
13 | PACKAGECONFIG ?= "" | 13 | PACKAGECONFIG ?= "" |
14 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" | 14 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" |