Context: Code cleanup

This commit is contained in:
Paul Beckingham 2017-01-26 17:30:28 -05:00
parent 7fddfd0ea3
commit 1ebe434ea7

View file

@ -809,7 +809,7 @@ void Context::updateXtermTitle ()
{
if (config.getBoolean ("xterm.title") && isatty (STDOUT_FILENO))
{
std::string command = cli2.getCommand ();
auto command = cli2.getCommand ();
std::string title;
for (auto a = cli2._args.begin (); a != cli2._args.end (); ++a)