! temporarily pass gpg verification, since it claims that ! the signature file is inaccessible - Patch #293 - 2013/05/27 * modify sample xterm.spec to use newer icon * add configure option --with-icon-symlink to work around systems which map icon requests for to a single "xterm" icon, but neglect to install the icon needed for window decorations (report by H Merijn Brand). * improve parameterizing of sample xterm.spec * amend fix for printer from patch #280, removing a reset of the signal handler for SIGCHLD (report by Joe Julian). * set environment variable XTERM_FILTER if a locale-filter is used. * enable DEBUG logic when --enable-trace configure option is given. * improve description of initialFont, set-vt-font and set-tex-text in manpage (Debian #707899). * fix regression from patch #292; selecting a word that ended at the right margin without wrapping would not select the last cell (report by Christian Weisgerber). - cleanup of spec file and patches OBS-URL: https://build.opensuse.org/request/show/176920 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=74
25 lines
794 B
Diff
25 lines
794 B
Diff
# 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
|