Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Dec 3, 2024
1 parent acb44b5 commit d71a593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frame.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ redraw-display関数でキャッシュを捨てて画面全体を再描画しま
(- (display-width)
(topleft-window-x frame)
(if (frame-rightside-window frame)
(window-width (frame-rightside-window frame))
(+ (window-width (frame-rightside-window frame))
1 ; border
)
0)))

(defun max-window-height (frame)
Expand Down

0 comments on commit d71a593

Please sign in to comment.