Reset terminal styles
[deliverable/binutils-gdb.git] / gdb / utils.h
index 9872a15fd7f3f9e9a5e02229fa6982b34b1c8672..1f09ec2d471c3f5f7f7ed4d614f1ccbf75f01ae4 100644 (file)
@@ -439,6 +439,10 @@ extern void fputs_styled (const char *linebuffer,
                          const ui_file_style &style,
                          struct ui_file *stream);
 
+/* Reset the terminal style to the default, if needed.  */
+
+extern void reset_terminal_style (struct ui_file *stream);
+
 /* Display the host ADDR on STREAM formatted as ``0x%x''.  */
 extern void gdb_print_host_address_1 (const void *addr, struct ui_file *stream);
 
This page took 0.02715 seconds and 4 git commands to generate.