Skip to content

Commit

Permalink
Tweak comment about Windows console highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcleod committed Aug 24, 2024
1 parent 28d5647 commit f042e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JSBSim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f042e0d

Please sign in to comment.