diff --git a/gdb/cli/cli-style.c b/gdb/cli/cli-style.c index a0f29d1b5f1..cd510b440db 100644 --- a/gdb/cli/cli-style.c +++ b/gdb/cli/cli-style.c @@ -30,7 +30,7 @@ #if defined (__MSDOS__) bool cli_styling = false; #else -bool cli_styling = false; +bool cli_styling = true; #endif /* True if source styling is enabled. Note that this is only