From 4e8a048b3fcf9a81e3e773d200f2dad2915039d9 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 May 2026 13:30:05 -0700 Subject: [PATCH] remove deprecated windows note --- screen.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/screen.go b/screen.go index f835bb376b..e799a54248 100644 --- a/screen.go +++ b/screen.go @@ -3,9 +3,7 @@ package tea import "github.com/charmbracelet/x/ansi" // WindowSizeMsg is used to report the terminal size. It's sent to Update once -// initially and then on every terminal resize. Note that Windows does not -// have support for reporting when resizes occur as it does not support the -// SIGWINCH signal. +// initially and then on every terminal resize. type WindowSizeMsg struct { Width int Height int