Go to file
Stephan Kulow 14c2cb85b9 Accepting request 85817 from home:pcerny:factory
- 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

OBS-URL: https://build.opensuse.org/request/show/85817
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=25
2011-10-12 07:21:46 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
20x20ja.bdf.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
20x20ko.bdf.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
Backarrow2BackSpace OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
Backarrow2Delete OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
bug-246573-tentative-patch.diff Accepting request 85817 from home:pcerny:factory 2011-10-12 07:21:46 +00:00
bugzilla-293793-do-not-insist-on-iso8859-fonts-for-the-menu.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=32 2009-04-07 12:18:59 +00:00
desktop.diff Accepting request 51188 from home:msmeissn:branches:X11:terminals 2010-10-21 08:33:17 +00:00
luitx OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
p_xterm-settings.diff Accepting request 77353 from home:pcerny:factory 2011-07-28 15:52:43 +00:00
p_xterm-sigwinch.diff Accepting request 76203 from home:pcerny:factory 2011-07-14 09:17:41 +00:00
README.SuSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
snooper.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=12 2007-07-13 17:24:44 +00:00
terminal.png OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=1 2007-01-15 23:44:00 +00:00
vttest-20091231.tgz Accepting request 30090 from X11:terminals 2010-01-21 10:48:40 +00:00
xterm-275.tar.bz2 Accepting request 85817 from home:pcerny:factory 2011-10-12 07:21:46 +00:00
xterm-disallow-window-and-fonts-ops.patch Accepting request 51188 from home:msmeissn:branches:X11:terminals 2010-10-21 08:33:17 +00:00
xterm.changes Accepting request 85817 from home:pcerny:factory 2011-10-12 07:21:46 +00:00
xterm.spec Accepting request 85817 from home:pcerny:factory 2011-10-12 07:21:46 +00:00

Backarrow2Backspace / Backarrow2Delete
--------------------------------------

Command line tools to switch BackArrow-Key inside xterm to Backspace
or Delete.