mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Code cleanup
This commit is contained in:
parent
7fddfd0ea3
commit
1ebe434ea7
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ void Context::updateXtermTitle ()
|
||||||
{
|
{
|
||||||
if (config.getBoolean ("xterm.title") && isatty (STDOUT_FILENO))
|
if (config.getBoolean ("xterm.title") && isatty (STDOUT_FILENO))
|
||||||
{
|
{
|
||||||
std::string command = cli2.getCommand ();
|
auto command = cli2.getCommand ();
|
||||||
std::string title;
|
std::string title;
|
||||||
|
|
||||||
for (auto a = cli2._args.begin (); a != cli2._args.end (); ++a)
|
for (auto a = cli2._args.begin (); a != cli2._args.end (); ++a)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue