mu4e: update window stays inside mu4e boundaries
This commit is contained in:
@ -814,7 +814,7 @@ Also scrolls to the final line, and update the progress throbber."
|
|||||||
screen to display buffer BUF."
|
screen to display buffer BUF."
|
||||||
(let ((win
|
(let ((win
|
||||||
(split-window
|
(split-window
|
||||||
(frame-root-window)
|
nil
|
||||||
(- (window-height (frame-root-window)) height))))
|
(- (window-height (frame-root-window)) height))))
|
||||||
(set-window-buffer win buf)
|
(set-window-buffer win buf)
|
||||||
(set-window-dedicated-p win t)
|
(set-window-dedicated-p win t)
|
||||||
|
|||||||
Reference in New Issue
Block a user