forked from timsneath/dart_console
-
Notifications
You must be signed in to change notification settings - Fork 8
Window size from Tmux #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededimplementedImplementation is complete and awaiting verificationImplementation is complete and awaiting verificationin progressWork is actively in progressWork is actively in progresstestedChanges have been testedChanges have been tested
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededimplementedImplementation is complete and awaiting verificationImplementation is complete and awaiting verificationin progressWork is actively in progressWork is actively in progresstestedChanges have been testedChanges have been tested
Type
Fields
Give feedbackNo fields configured for issues without a type.
When querying the
windowWidthorwindowHeightfrom a process running inside a tmux pane, we get the full terminal size instead of the pane size.I know it is specific, but tmux is really common amongst terminal users, and TUI apps generally support it!