mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Configuration
- The old 'curses' configuration variable is now replaced by 'detection', and has the same meaning - whether or not to auto-detect terminal size.
This commit is contained in:
parent
df41ea9988
commit
585151f184
7 changed files with 24 additions and 21 deletions
|
@ -12,6 +12,8 @@
|
|||
+ Corrected sorting to use std::stable_sort instead of std::sort, which is not
|
||||
guaranteed stable (thanks to Stefan Hacker).
|
||||
+ Enhanced diagnostics command.
|
||||
+ The old 'curses' configuration variable is now replaced by 'detection', and
|
||||
has the same meaning - whether or not to auto-detect terminal size.
|
||||
|
||||
# Tracked Features, sorted by ID.
|
||||
+ Added feature #700, which adds tab-completion of built-in tags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue