The basic X terminal program
This package contains the basic X.Org terminal program.
- Developed at X11:terminals
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.0:Staging:FactoryCandidates/xterm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
20x20ja.bdf.bz2 | 0000480925 470 KB | |
20x20ko.bdf.bz2 | 0000538802 526 KB | |
Backarrow2BackSpace | 0000000806 806 Bytes | |
Backarrow2Delete | 0000000797 797 Bytes | |
README.SuSE | 0000000159 159 Bytes | |
bug-246573-tentative-patch.diff | 0000003246 3.17 KB | |
bugzilla-293793-do-not-insist-on-iso8859-fonts-for |
0000000487 487 Bytes | |
desktop.diff | 0000000285 285 Bytes | |
luitx | 0000000042 42 Bytes | |
p_xterm-settings.diff | 0000010860 10.6 KB | |
p_xterm-sigwinch.diff | 0000000408 408 Bytes | |
snooper.tar.bz2 | 0000010058 9.82 KB | |
terminal.png | 0000000923 923 Bytes | |
vttest-20091231.tgz | 0000156636 153 KB | |
xterm-275.tar.bz2 | 0000829300 810 KB | |
xterm-disallow-window-and-fonts-ops.patch | 0000000963 963 Bytes | |
xterm.changes | 0000081438 79.5 KB | |
xterm.spec | 0000004765 4.65 KB |
Revision 50 (latest revision is 146)
Lars Vogdt (lrupp)
accepted
request 87472
from
Stephan Kulow (coolo)
(revision 50)
- Patch #275 - 2011/09/11 * add ash, zsh to known shells for resize. * modify resize to reuse the logic from xterm which determines the actual logon-user's shell if $SHELL is not set. * revert the unsetenv("SHELL") added in patch #272. * an unsetenv("SHELL") added in patch #272 to help ensure that luit would get the user's shell consistently did not work as expected for cases where multiple names are in the password-file for a given uid. That was because changes in patch #157 to handle this situation did not take into account that repeated calls to getpwnam and getpwuid return a pointer to the same static buffer. Fixed the older logic to work as intended, by ensuring that the passwd-data from each call is stored separately (report by Paul Keusemann). * adjust ifdef's for putenv and unsetenv in case only one of those is provided on a given platform. * correct comparison used in ExposeContains macro from patch #274 changes, to handle window-dragging (patch by Todd Eigenschink). - Patch #274 - 2011/09/05 * portability fixes for cygwin: do not define SVR4, and work around nonstandard header location. * ifdef'd use of unsetenv from patch #273 changes to work with Solaris 9 (report by Waldemar Rachwal). * modify logic for XtAppPending to merge adjacent Expose and ConfigureNotify events which are redundant (report by Edward McGuire). * fix an unneeded warning message when -r option is given. * remove a few redundant entries from table used for helping (forwarded request 85817 from pcerny)
Comments 0