From b363899a8bab5559fc0382d4569eafd376e277cb Mon Sep 17 00:00:00 2001 From: Arthur Sonzogni Date: Wed, 4 Jun 2025 15:22:58 +0200 Subject: [PATCH] Fix typo in Microsoft terminal comment --- src/ftxui/screen/terminal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftxui/screen/terminal.cpp b/src/ftxui/screen/terminal.cpp index 8878a1f9..feeeba95 100644 --- a/src/ftxui/screen/terminal.cpp +++ b/src/ftxui/screen/terminal.cpp @@ -72,7 +72,7 @@ Terminal::Color ComputeColorSupport() { } #if defined(FTXUI_MICROSOFT_TERMINAL_FALLBACK) - // Microsoft terminals do not properly declare themselve supporting true + // Microsoft terminals do not properly declare themselves supporting true // colors: https://github.com/microsoft/terminal/issues/1040 // As a fallback, assume microsoft terminal are the ones not setting those // variables, and enable true colors.