diff options
| author | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-10-11 13:05:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-11 13:05:46 +0800 |
| commit | e32076406410554eb8cb557b95e856ba16820e2a (patch) | |
| tree | 40bcb07bd025cd40674913adf4587ef5e8212ee5 /todolist | |
| parent | b3bd13d469ff1c072e5ff6dfe15267cc51e14db5 (diff) | |
| parent | 52a07a3eadb7acc6aadf0948587c600a895b5e6d (diff) | |
Merge pull request #111 from NonerKao/color_aware_tabwriter
Fix the misaligned problem when listing prioritized todos
Diffstat (limited to 'todolist')
| -rw-r--r-- | todolist/screen_printer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/screen_printer.go b/todolist/screen_printer.go index eab0c39..1ac13d2 100644 --- a/todolist/screen_printer.go +++ b/todolist/screen_printer.go @@ -7,9 +7,9 @@ import ( "sort" "strconv" "strings" - "text/tabwriter" "time" + "github.com/NonerKao/color-aware-tabwriter" "github.com/fatih/color" ) |
