Skip to content

Commit

Permalink
fix: the *fill-width* option should not cause the prompt window in li…
Browse files Browse the repository at this point in the history
…stener-mode out of window
  • Loading branch information
sakurawald committed Dec 1, 2024
1 parent 136788a commit f3dc5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/listener-mode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
(*history-matched-string* nil)
(*listener-window* (current-window)))
(unwind-protect
(progn
(let ((lem/prompt-window::*fill-width* nil))
(prompt-for-string
"(reverse-i-search) "
:special-keymap *history-isearch-keymap*
Expand Down

0 comments on commit f3dc5f3

Please sign in to comment.