Go to file
Stephan Kulow 2eabd7a285 Accepting request 173804 from X11:terminals
- Patch #292 - 2013/04/25
 * add limit-check when double-click selects a word; if the saved-lines
   were scrolled back and the word selected wrapped at the screen's lower
   right corner, an assertion was triggered (patch by Taketo Kabe).
 * correct limit-check in unsaveEditBufLines, fixing a case where
   enlarging the terminal size could show a blank line where there
   actually is available text (patch by Bertram Felgenhauer).
 * add PasteControls feature to allowWindowOps which by default
   disallows pasting control characters other than formatting such as
   carriage return (discussion with Hayaki Saito).
 * fix typo in ctlseqs.ms for DECRQM response (patch by Emanuele
   Giaquinta).
 * update  default  shown  in  configure  --help  message  for
   --with-terminal-id option (patch by Andres Perera).
 * rename script/preprocessor variables used for substituting the
   backarrowKey  default value for consistency (patch by Andres
   Perera).
 * set umask to 077 before creating debugging-trace files.
 * add configure option --disable-openpty to control whether openpty()
   may be used in preference to posix_openpt().
 * improve workaround from patch #279 for BSD systems which do not
   complete initialization until both sides of the pseudoterminal are
   opened, by preferring openpty() function over posix_openpt() when
   available (report by Christian Weisgerber).
- refreshed xterm-disallow-window-and-fonts-ops.patch

OBS-URL: https://build.opensuse.org/request/show/173804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=73
2013-05-02 10:07:41 +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
config-guess-sub-update.patch Accepting request 157090 from devel:ARM:AArch64:Factory 2013-03-04 13:56:37 +00:00
desktop.diff Accepting request 51188 from home:msmeissn:branches:X11:terminals 2010-10-21 08:33:17 +00:00
libtinfo.diff Accepting request 91918 from home:WernerFink:branches:X11:terminals 2011-11-21 15:11:55 +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 137850 from home:pcerny:factory 2012-10-11 14:17:23 +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-20120506.tgz Accepting request 120802 from home:jengelh:branches:X11:terminals 2012-05-16 21:04:38 +00:00
vttest-20120506.tgz.asc Accepting request 120802 from home:jengelh:branches:X11:terminals 2012-05-16 21:04:38 +00:00
xterm-292.tgz - Patch #292 - 2013/04/25 2013-04-26 11:08:38 +00:00
xterm-292.tgz.asc - Patch #292 - 2013/04/25 2013-04-26 11:08:38 +00:00
xterm-disallow-window-and-fonts-ops.patch - refreshed xterm-disallow-window-and-fonts-ops.patch 2013-04-29 13:29:11 +00:00
xterm.changes - refreshed xterm-disallow-window-and-fonts-ops.patch 2013-04-29 13:29:11 +00:00
xterm.keyring Accepting request 143940 from home:sbrabec:gpg-offline-verify 2012-12-03 14:40:38 +00:00
xterm.spec uncommented things 2013-04-29 13:29:44 +00:00

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

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