Skip to content

Allow pi-coding-agent-input-window-height to be a float#182

Merged
dnouri merged 1 commit intomasterfrom
issue-179-dynamic-height-ratio
Apr 4, 2026
Merged

Allow pi-coding-agent-input-window-height to be a float#182
dnouri merged 1 commit intomasterfrom
issue-179-dynamic-height-ratio

Conversation

@dnouri
Copy link
Copy Markdown
Owner

@dnouri dnouri commented Apr 4, 2026

The variable pi-coding-agent-input-window-height now accepts a float
between 0.0 and 1.0 to specify the input window height as a fraction
of the available space. For example, setting it to 0.3 gives 30% of
the window to the input pane and 70% to the chat pane.

When a float value is in effect, resizing the Emacs frame
automatically rebalances the two panes to preserve the ratio.
Integer values continue to work exactly as before.

Closes #179

The variable pi-coding-agent-input-window-height now accepts a float
between 0.0 and 1.0 to specify the input window height as a fraction
of the available space.  For example, setting it to 0.3 gives 30% of
the window to the input pane and 70% to the chat pane.

When a float value is in effect, resizing the Emacs frame
automatically rebalances the two panes to preserve the ratio.
Integer values continue to work exactly as before.
@dnouri dnouri merged commit 2824866 into master Apr 4, 2026
11 checks passed
@dnouri dnouri deleted the issue-179-dynamic-height-ratio branch April 4, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dynamic height ratio

1 participant