Skip to content

Commit

Permalink
Trying to fix build on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Sep 19, 2022
1 parent 3703ded commit 4c6ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdu_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func osEnd() bool {
}

// Console width is fixed on other systems
func getTtyWidth() int {
func getTtyWidth(sc *s_scan) int {
return 80
}

Expand Down

0 comments on commit 4c6ff02

Please sign in to comment.