comparison dist-files.mk @ 6545:a76f513700df

readline: Fix issue with arrow keys in Octave CLI (bug #63400). * src/readline-0-001-upstream.patch: Fix intentation. * src/readline-2-event-hook.patch: Replace another instance of "_kbhit" with "_win32_kbhit". Use "ReadConsoleInputW" to also catch non-ASCII character keys. Convert wchar_t encoded characters (UTF-16) to UTF-8. Overhaul escape sequence handling. * src/readline-1-locale.patch: Remove patch that's no longer needed. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 27 Nov 2022 19:08:31 +0100
parents 8e1e1a000deb
children 38a32b0869a9
comparison
equal deleted inserted replaced
6544:5409aa8dd237 6545:a76f513700df
664 rapidjson-1-prettywriter.patch \ 664 rapidjson-1-prettywriter.patch \
665 rapidjson.mk \ 665 rapidjson.mk \
666 readline-0-001-upstream.patch \ 666 readline-0-001-upstream.patch \
667 readline-1-display.patch \ 667 readline-1-display.patch \
668 readline-1-fixes.patch \ 668 readline-1-fixes.patch \
669 readline-1-input.patch \
670 readline-1-sigwinch.patch \ 669 readline-1-sigwinch.patch \
671 readline-2-event-hook.patch \ 670 readline-2-event-hook.patch \
672 readline-3-fd_set.patch \ 671 readline-3-fd_set.patch \
673 readline.mk \ 672 readline.mk \
674 release-octave-1-gnulib.patch \ 673 release-octave-1-gnulib.patch \