- 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
Backarrow2Backspace / Backarrow2Delete -------------------------------------- Command line tools to switch BackArrow-Key inside xterm to Backspace or Delete.
Description
Languages
Shell
100%