Skip to content

feat:Auto re-render after resizing. #274

Merged
TeseySTD merged 10 commits intoRazorConsole:mainfrom
TeseySTD:feat/resizing-render
Jan 6, 2026
Merged

feat:Auto re-render after resizing. #274
TeseySTD merged 10 commits intoRazorConsole:mainfrom
TeseySTD:feat/resizing-render

Conversation

@TeseySTD
Copy link
Member

Overview

  1. Added optional parameter in ConsoleAppOptions - EnableTerminalResizing that determines console should be re-rendered after resizing.
  2. Add TerminalMonitor singleton (using DI) class that monitors terminal size changes using background process on Windows or PosixSignal.SIGWINCH on Linux\macOS.

Solves #273.

@github-actions
Copy link

github-actions bot commented Dec 30, 2025

🚀 Preview Deployment

A preview build has been generated for this PR from CI run #20639924109!

Download the artifact:
website-preview-274-99b21328c2fafa926befd8f3db48ba510ff5441e

To view the preview locally:

  1. Download the artifact from the CI workflow run
  2. Extract the ZIP file
  3. Serve the files with a local web server
    (e.g., npx serve dist)

🌐 Live Preview URL: https://3aaa6684.razorconsole.pages.dev

The live preview will be automatically updated when you push new
commits to this PR.

@TeseySTD TeseySTD requested review from LittleLittleCloud and ParadiseFallen and removed request for LittleLittleCloud December 31, 2025 22:47
@TeseySTD TeseySTD enabled auto-merge (squash) January 6, 2026 23:06
@TeseySTD TeseySTD merged commit f1497f1 into RazorConsole:main Jan 6, 2026
7 checks passed
@github-actions github-actions bot added this to the v0.3.0 milestone Jan 6, 2026
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.

2 participants