Comments
Patch
@@ -1,5 +1,10 @@
2019-11-14 Tom Tromey <tom@tromey.com>
+ * tui/tui-out.c (tui_ui_out::do_field_string): Don't call
+ tui_show_source.
+
+2019-11-14 Tom Tromey <tom@tromey.com>
+
* tui/tui-stack.h (tui_show_frame_info): Return bool.
* tui/tui-stack.c (tui_show_frame_info): Return bool.
* tui/tui-hooks.c (tui_refresh_frame_and_register_information):
@@ -60,10 +60,7 @@
m_start_of_line++;
if (fldname && m_line > 0 && strcmp (fldname, "fullname") == 0)
- {
- tui_show_source ();
- return;
- }
+ return;
cli_ui_out::do_field_string (fldno, width, align, fldname, string, style);
}