Fix typo in Microsoft terminal comment (#1054)

This commit is contained in:
Arthur Sonzogni
2025-06-04 15:23:29 +02:00
committed by GitHub
parent 96d817217c
commit 44dcd41b5e

View File

@@ -72,7 +72,7 @@ Terminal::Color ComputeColorSupport() {
} }
#if defined(FTXUI_MICROSOFT_TERMINAL_FALLBACK) #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 // colors: https://github.com/microsoft/terminal/issues/1040
// As a fallback, assume microsoft terminal are the ones not setting those // As a fallback, assume microsoft terminal are the ones not setting those
// variables, and enable true colors. // variables, and enable true colors.