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