output: Include command names in titles in GUI output.
authorBen Pfaff <blp@gnu.org>
Tue, 23 Jun 2009 06:01:03 +0000 (23:01 -0700)
committerBen Pfaff <blp@gnu.org>
Tue, 23 Jun 2009 06:01:03 +0000 (23:01 -0700)
The command name displayed by the output engine was the current command
name.  The GUI output was never displayed during the actual execution of a
command, so GUI titles never included a command name.

This commit puts the command name into the struct passed into the output
engine, so that it gets saved and displayed.


No differences found