- Patch #335 - 2018/08/14 * add colorInnerBorder resource to make a change from patch #334 configurable (reports by H Merijn Brand, Gabriele Balducci). - Patch #334 - 2018/08/12 * modify Imakefile to reflect the fact that NetBSD no longer has a working termcap emulation. * add resource-setting validShells which can be used to augment the system's /etc/shell (prompted by discussion with Paul Lampert). * stifle some useless warnings from lintian in test-packages. * add the ncurses extension “RGB” to the responses for the termcap-query feature. * improved getopts-handling in sample scripts. * fix some warnings from gcc8 and clang --analyze. * update note about incorrect documentation for DECRQSS to include VT525 (report by Markus Schmidt). * correct check for default-values in rectangular parsing; a zero counts as a missing or default parameter (report/testcase by Markus Schmidt). * correct some ranges in the ambiguous[] table in wcwidth (adapted from patch by KUGA Tsutomu). * fix a special case with faint video attribute incorrectly combined with default color. * add private control XTREPORTSGR for reporting video-attributes and color on a rectangle, and script report-sgr.pl to demonstrate it. * modify some of the markup in ctlseqs.ms to work around groff's reassignment of ASCII punctuation characters as documented in groff_char(7). OBS-URL: https://build.opensuse.org/request/show/631631 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=158
27 lines
866 B
Diff
27 lines
866 B
Diff
# HG changeset patch
|
|
# Parent 0bdc9a50b149b2f85acde8e6b22b63259f36e057
|
|
# allow UTF-8 fonts (iso-10464) as well
|
|
|
|
diff --git a/XTerm.ad b/XTerm.ad
|
|
--- a/XTerm.ad
|
|
+++ b/XTerm.ad
|
|
@@ -29,17 +29,17 @@
|
|
! holders shall not be used in advertising or otherwise to promote the
|
|
! sale, use or other dealings in this Software without prior written
|
|
! authorization.
|
|
! -----------------------------------------------------------------------------
|
|
|
|
*saveLines: 1024
|
|
|
|
*SimpleMenu*BackingStore: NotUseful
|
|
-*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*
|
|
+*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso*-*
|
|
*SimpleMenu*menuLabel.vertSpace: 100
|
|
*SimpleMenu*HorizontalMargins: 16
|
|
*SimpleMenu*Sme.height: 16
|
|
|
|
*SimpleMenu*Cursor: left_ptr
|
|
|
|
*mainMenu.Label: Main Options
|
|
*mainMenu*toolbar*Label: Toolbar
|