Skip to content

Commit 54d0d2f

Browse files
phasetrclaude
andauthored
fix: widen eat pane in 1-session layout to fit heavy TUIs (#59)
* chore: start fix/window-layout-split-ratio Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix: widen eat pane in 1-session layout to fit heavy TUIs Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 162e1db commit 54d0d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/window-layouts.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Returns cons (window . buffer-name) or nil if session not registered."
100100
Category: Utilities"
101101
(interactive)
102102
(delete-other-windows)
103-
(split-window-right)
103+
(split-window-right (floor (* (window-width) 0.35)))
104104
;; Set window variables - direct assignment by position
105105
;; Currently at rightmost window, go back to leftmost
106106
(setq enkan-repl--window-1 (selected-window))

0 commit comments

Comments
 (0)