From 51196bbc5618a3741bd7bbed01ac76b25a2e6f9c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Apr 2019 15:35:57 +0300 Subject: Another fix for GDB styling gdb/ChangeLog: 2019-04-12 Eli Zaretskii * utils.c (prompt_for_continue): Don't restore the styling at the end, as applied_style has the wrong value. This fixes styling in long lists of file names that are interrupted by the "Continue?" prompt. --- gdb/utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/utils.c') diff --git a/gdb/utils.c b/gdb/utils.c index 700f54f..fa7a267 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1551,10 +1551,6 @@ prompt_for_continue (void) reinitialize_more_filter (); pagination_disabled_for_command = disable_pagination; - /* Restore the current styling. */ - if (can_emit_style_escape (gdb_stdout)) - emit_style_escape (applied_style); - dont_repeat (); /* Forget prev cmd -- CR won't repeat it. */ } -- cgit v1.1