Instance Method
renderActiveBar(tick:width:)
Called each time the
ActivityBar should refresh its display.func renderActiveBar(tick: UInt, width: Int) -> ConsoleText
Parameters
tickIncrements each time this method is called. Use this number to change the activity bar’s appearance over time.
widthThe width of the activity bar in characters.
Return Value
Rendered activity bar.