Reliability dialog: Add checkbox for summary subcommand
[pspp-builds.git] / src / ui / terminal / read-line.c
index 86c75dea4beee72e2e15b4d102391cea53acc87d..0fa145c98ac502edb7f29f25e471a2ca6ee885b7 100644 (file)
@@ -151,12 +151,11 @@ readln_read (struct string *line, enum prompt_style style)
 
   assert (initialised);
 
-  reset_msg_count ();
+  msg_ui_reset_counts ();
 
   welcome ();
 
-  if (style == PROMPT_FIRST)
-    output_flush ();
+  output_flush ();
 
 #if HAVE_READLINE
   rl_attempted_completion_function = (style == PROMPT_FIRST