Skip to content

Commit

Permalink
ci: added reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 3, 2023
1 parent d24daeb commit 1963bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pterm.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func DisableStyling() {
DisableColor()
}

// RecalculateTerminalSize updates already initialized terminal dimensions. Has to be called after a termina resize to guarantee proper rendering. Applies only to new instances.
// RecalculateTerminalSize updates already initialized terminal dimensions. Has to be called after a terminal resize to guarantee proper rendering. Applies only to new instances.
func RecalculateTerminalSize() {
// keep in sync with DefaultBarChart
DefaultBarChart.Width = GetTerminalWidth() * 2 / 3
Expand Down

0 comments on commit 1963bf9

Please sign in to comment.