Skip to content

Commit

Permalink
Line height 24 is more common.
Browse files Browse the repository at this point in the history
Co-Authored-By: Atli C. <atc@cego.dk>
  • Loading branch information
abrander and atc-cegodk authored Mar 2, 2020
1 parent 241705c commit 902c8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func getTerminalSizeFallback() (int, int) {

if columns*rows == 0 {
// Well. This is the default for many terminals.
return 80, 25
return 80, 24
}

return columns, rows
Expand Down

0 comments on commit 902c8fc

Please sign in to comment.