Skip to content

Commit

Permalink
fix: bug under win
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.wang committed Jan 27, 2022
1 parent 9e90b74 commit 17568d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xutil/term_size_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

package xutil

import errors
import (
"errors"
)

// TermSize get terminal size
func TermSize() (int, int, error) {
Expand Down

0 comments on commit 17568d9

Please sign in to comment.