-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use config for selection mark/unmark symbols (#594)
Configuration items `uda.taskwarrior-tui.{un,}mark-selection.indicator` are not used when rendering the corresponding symbols in the main table. Example configuration: ``` uda.taskwarrior-tui.selection.indicator=a uda.taskwarrior-tui.mark.indicator=b uda.taskwarrior-tui.unmark.indicator=c uda.taskwarrior-tui.mark-selection.indicator=x uda.taskwarrior-tui.unmark-selection.indicator=y ``` The result [looks like this](https://asciinema.org/a/0IohG6kPrsAUcOQUsa79TbfYq). `x` and `y` are nowhere to be seen. With this fix it [looks like this](https://asciinema.org/a/38GpyBZLoSPO1xhN3e2VCQWnR).
- Loading branch information
1 parent
a768ee4
commit 14e60d5
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters