Reset terminal styles
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 8c999188d71edc4d20674a34b5dfc56c02e167b5..79c3d2d2ffb0250099cae8c6d76c816847a77e69 100644 (file)
@@ -2609,6 +2609,8 @@ static void
 printf_command (const char *arg, int from_tty)
 {
   ui_printf (arg, gdb_stdout);
+  reset_terminal_style (gdb_stdout);
+  wrap_here ("");
   gdb_flush (gdb_stdout);
 }
 
This page took 0.023996 seconds and 4 git commands to generate.