Skip to content

Commit

Permalink
update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon committed Jan 30, 2018
1 parent 452710e commit 969c9c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func status(wheel *Wheel, runner *TaskRunner) termui.GridBufferer {
%s %s remaining
[q] - quit [p] - pause
`,
runner.count,
Expand All @@ -34,13 +35,15 @@ func status(wheel *Wheel, runner *TaskRunner) termui.GridBufferer {
Press [p] to continue.
[q] - quit [p] - unpause
`
case COMPLETE:
text = `This session has concluded.
Press [q] to exit.
[q] - quit
`
}
Expand Down

0 comments on commit 969c9c2

Please sign in to comment.