output: Introduce group_item in place of TEXT_ITEM_COMMAND_OPEN and CLOSE.
[pspp] / src / ui / terminal / main.c
index f7ec11520a95a573bf07a59088d545b373185dc0..4609e4eded20f39fc93e74e4d432b4de25ee4772 100644 (file)
@@ -226,6 +226,8 @@ output_msg (const struct msg *m_, void *lexer_)
       m.last_line = lex_get_last_line_number (lexer, 0);
     }
 
+  m.command_name = CONST_CAST (char *, output_get_command_name ());
+
   message_item_submit (message_item_create (&m));
 }