mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #253] [MERGED] fix: make TerminalConsole.resize use provided width/height parameters #1179
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/253
Author: @aymuos15
Created: 11/2/2025
Status: ✅ Merged
Merged: 11/2/2025
Merged by: @kommander
Base:
main← Head:main📝 Commits (1)
5b44540fix: make TerminalConsole.resize use provided width/height parameters📊 Changes
2 files changed (+103 additions, -14 deletions)
View changed files
➕
packages/core/src/console.test.ts(+89 -0)📝
packages/core/src/console.ts(+14 -14)📄 Description
Previously ignored the arguments, now properly recalculates console dimensions. Added tests for all positions.
Fixes #213
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.