Merge pull request #125 from vigilancer/master

fix bug: '--tag-width 0' does not remove tags
This commit is contained in:
Jake Wharton
2016-01-29 19:30:59 -05:00
+1
View File
@@ -333,6 +333,7 @@ while adb.poll() is None:
linebuf = ''
if args.tag_width > 0:
# right-align tag title and allocate color if needed
if tag != last_tag or args.always_tags:
last_tag = tag