mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #213] Why doesn't the resize function use the size argument? #49
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#49
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?
Originally created by @aprogramq on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/213
Hi, sorry for my possibly stupid question, but I don't understand why the resize function in the TerminalConsole class doesn't use the width and height arguments. Thanks in advance.
@kommander commented on GitHub (Oct 11, 2025):
It probably should, it uses
renderer.terminalWidth/Heightto update dimensions currently. Haven't touched that in a while.@aymuos15 commented on GitHub (Nov 1, 2025):
Could I be assigned to this please?