From ae9e0a7e1aea350c22791600733ade6e17f939c9 Mon Sep 17 00:00:00 2001 From: Quey-Liang Kao Date: Thu, 5 Oct 2017 21:22:29 +0800 Subject: Fix the misaligned problem when listing prioritized todos --- todolist/screen_printer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- cgit v1.3