aboutsummaryrefslogtreecommitdiffstats
path: root/todolist
diff options
context:
space:
mode:
authorQuey-Liang Kao <s101062801@m101.nthu.edu.tw>2017-10-05 21:22:29 +0800
committerQuey-Liang Kao <s101062801@m101.nthu.edu.tw>2017-10-05 21:22:29 +0800
commitae9e0a7e1aea350c22791600733ade6e17f939c9 (patch)
treec796828e30264fee1c612dba2db0e0cf2e5b847d /todolist
parentb3bd13d469ff1c072e5ff6dfe15267cc51e14db5 (diff)
Fix the misaligned problem when listing prioritized todos
Diffstat (limited to 'todolist')
-rw-r--r--todolist/screen_printer.go2
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"
)