]> git.ipfire.org Git - thirdparty/readline.git/commit
fix to history search so it doesn't change the offset in the history list; fix to...
authorChet Ramey <chet.ramey@case.edu>
Tue, 28 Jan 2025 19:56:36 +0000 (14:56 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 28 Jan 2025 19:56:36 +0000 (14:56 -0500)
commit5bcabd92f35444fa87ed49bd180a2994fd9449ba
tree61824a8b4c1a150b8380226abaead0a3b71ff178
parenta6b963cd20db6d75914cdfeb99c62c4b4c8d9b42
fix to history search so it doesn't change the offset in the history list; fix to avoid crash in readline `abort' if there is a command queued to execute; slight change to export-completions output format; fix for redisplay when a prompt spans multiple lines with invisible characters; change to have readline set the screen size on SIGCONT
22 files changed:
complete.c
config.h.in
configure
configure.ac
display.c
doc/history.3
doc/history.texi
doc/hstech.texi
doc/hsuser.texi
doc/readline.3
doc/rlman.texi
doc/rltech.texi
doc/rluser.texi
doc/rluserman.texi
doc/version.texi
histexpand.c
rlprivate.h
rltty.c
rlwinsize.h
signals.c
terminal.c
util.c