You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The d8d7ed4 commit seems to break emacs in text mode. If I use the latest and run
> emacs -q -nw
Then, my minibuffer is collapsed to one line. That it, it breaks for no-window (terminal) mode. Changing the resize-mini-windows value to t or 'grow-only lets the minibuffer grow in this mode.
Oops indeed, I can reproduce it in text mode emacs too, thank you for reporting.
This new pull request should fix it in both graphical and text mode. I have tested with resize-mini-windows set to nil, t and grow-only in both graphical and text modes. Hopefully everything is covered. :-)
I can reproduce this behaviour with :
Start emacs with emacs -q and evaluate :
M-x swiper
=> notice that the minibuffer is collapsed to one line.
I am sending a pull request with a possible one-liner solution which fixes it for me.
Thanks for sharing swiper, I love it.
The text was updated successfully, but these errors were encountered: