From f042e0da5bbbc3b191d2d03ff5796f1c7a7d85a0 Mon Sep 17 00:00:00 2001 From: Sean McLeod Date: Sat, 24 Aug 2024 18:49:09 +0200 Subject: [PATCH] Tweak comment about Windows console highlighting --- src/JSBSim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSBSim.cpp b/src/JSBSim.cpp index 7ffbab30a..bf109e402 100644 --- a/src/JSBSim.cpp +++ b/src/JSBSim.cpp @@ -360,7 +360,7 @@ int real_main(int argc, char* argv[]) FDMExec->GetPropertyManager()->Tie("simulation/frame_start_time", &actual_elapsed_time); FDMExec->GetPropertyManager()->Tie("simulation/cycle_duration", &cycle_duration); - // Check whether to enable console highlighting output on Windows or not. + // Check whether to disable console highlighting output on Windows. // Support was added to Windows for Virtual Terminal codes by a particular // Windows 10 release. #ifdef _WIN32