Skip to content

[Feature]: Auto re-render after resizing. #273

@TeseySTD

Description

@TeseySTD

Feature Description

Add optional automatic re-render after terminal size change (window resize/font shrinking or zooming).

Problem Statement

Our layout lack adaptivity - when user changes font or resize window layout did not re-render, only after user action (like button pressing or selecting option) re-render appears.

Proposed Solution

Optional re-render after size changes tracking. Option will be in ConsoleAppOptions and will be false by default.
Re-render will be preformed by background process (Windows) or by PosixSignal.SIGWINCH registration (Linux/macOS).

Alternatives Considered

No response

Additional Context

No response

Contribution

  • I'd be willing to contribute this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions