nano/src
Benno Schulenberg e12f397140 build: do not let Slang translate escape sequences to key codes
Slang fails to translate the longer sequences, and then truncates
these sequences to just four bytes, effectively destroying them.

Therefore, when built with --with-slang, always activate --raw-sequences.

This avoids https://savannah.gnu.org/bugs/?49771.

Bug was visible since version 2.5.0, since bindings
for Ctrl+Left/Ctrl+Right were added.
2020-09-17 16:54:41 +02:00
..
browser.c browser: wipe the status bar before searching again with M-W or M-Q 2020-09-14 11:15:00 +02:00
chars.c chars: reduce searching time with roughly 85 percent for plain ASCII 2020-09-01 19:35:34 +02:00
color.c rcfile: add 'set scrollercolor', for changing the color of the indicator 2020-09-02 19:55:24 +02:00
cut.c tweaks: stop casting the return of malloc() and friends 2020-08-31 12:17:27 +02:00
definitions.h suspension: do not enter an invalid byte upon resume (when using Slang) 2020-09-07 17:09:57 +02:00
files.c build: stop using an obsolete macro, and use 'void' for signal handlers 2020-09-16 16:27:32 +02:00
global.c help: in the tiny version, show Prev/Next Word before Backward/Forward 2020-09-11 10:00:21 +02:00
help.c help: do not leave the cursor on the status bar after a search 2020-09-13 10:24:22 +02:00
history.c tweaks: stop casting the return of malloc() and friends 2020-08-31 12:17:27 +02:00
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
move.c moving: make <Ctrl+Up> go to the top when above the cursor all is blank 2020-08-09 16:57:25 +02:00
nano.c build: do not let Slang translate escape sequences to key codes 2020-09-17 16:54:41 +02:00
prompt.c tweaks: stop casting the return of malloc() and friends 2020-08-31 12:17:27 +02:00
prototypes.h build: stop using an obsolete macro, and use 'void' for signal handlers 2020-09-16 16:27:32 +02:00
rcfile.c rcfile: add 'set scrollercolor', for changing the color of the indicator 2020-09-02 19:55:24 +02:00
search.c build: avoid two compiler warnings when gnulib has been ripped out 2020-09-14 11:02:31 +02:00
text.c build: avoid two compiler warnings when gnulib has been ripped out 2020-09-14 11:02:31 +02:00
utils.c tweaks: stop casting the return of malloc() and friends 2020-08-31 12:17:27 +02:00
winio.c build: do not let Slang translate escape sequences to key codes 2020-09-17 16:54:41 +02:00