Skip to content

Commit

Permalink
Fully highlight margin of selected tracker
Browse files Browse the repository at this point in the history
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
  • Loading branch information
louipc committed Nov 17, 2016
1 parent afa79b4 commit 727b0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tremc
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ class Interface(object):
ypos += 1

if selected:
for i in range(4):
for i in range(self.TRACKER_ITEM_HEIGHT):
addstr(ypos+i, 0, ' ', curses.A_BOLD + curses.A_REVERSE)

addstr(ypos+1, 4, "Last announce: %s" % timestamp(t['lastAnnounceTime']))
Expand Down

0 comments on commit 727b0d5

Please sign in to comment.