File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -357,8 +357,8 @@ height of the status/prompt/message buffer."
357357 :x 0
358358 :y (- (assoc-value bounds :height )
359359 (+ height
360- (ffi -height (status-buffer window))
361- (ffi -height (message-buffer window))))
360+ (set -height (status-buffer window))
361+ (set -height (message-buffer window))))
362362 :width (assoc-value bounds :width )
363363 :height height)))
364364
@@ -427,16 +427,16 @@ height of the status/prompt/message buffer."
427427 :window-bounds-alist-var bounds
428428 :x 0
429429 :y (- (assoc-value bounds :height )
430- (height message-buffer))
430+ (set- height message-buffer))
431431 :width (assoc-value bounds :width )
432432 :height (set-height message-buffer))
433433 (electron :add-bounded-view window
434434 status-buffer
435435 :window-bounds-alist-var bounds
436436 :x 0
437437 :y (- (assoc-value bounds :height )
438- (+ (height status-buffer)
439- (height message-buffer)))
438+ (+ (set- height status-buffer)
439+ (set- height message-buffer)))
440440 :width (assoc-value bounds :width )
441441 :height (set-height status-buffer))
442442 ; ; TODO: Fix buffer deletion. We CANNOT hook on close to remove the view
You can’t perform that action at this time.
0 commit comments