Skip to content

Commit

Permalink
fix wrong minibuffer size on prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
QiangF committed Jan 9, 2024
1 parent 86e753b commit d3b6e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ When ARG is:
(let ((height-delta (- (cdr mini-modeline--cache)
(window-height (minibuffer-window mini-modeline-frame))))
;; ; let mini-modeline take control of mini-buffer size
(resize-mini-windows t))
(resize-mini-windows 'grow-only))
(when (or (> height-delta 0)
;; this is to prevent window flashing for consecutive multi-line message
(mini-modeline--overduep mini-modeline--last-change-size
Expand Down

0 comments on commit d3b6e46

Please sign in to comment.