mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Feature #309
- Added feature #309, which sets the xterm title when reports are run, according to the configuration variable 'xterm.title', which defaults to off.
This commit is contained in:
parent
0c05069baf
commit
8d4deda2bb
6 changed files with 21 additions and 0 deletions
|
@ -84,6 +84,7 @@ std::string Config::defaults =
|
|||
"undo.style=side # Undo style - can be 'side', or 'diff'\n"
|
||||
"burndown.bias=0.666 # Weighted mean bias toward recent data\n"
|
||||
"regex=no # Assume all search/filter strings are regexes\n"
|
||||
"xterm.title=no # Sets xterm title for some commands\n"
|
||||
"\n"
|
||||
"# Dates\n"
|
||||
"dateformat=m/d/Y # Preferred input and display date format\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue