Skip to content

Commit

Permalink
fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Dec 19, 2020
1 parent 9e5d386 commit 4438721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions os_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ func init() {
envShell = "cmd"
}

if envTcellTruecolor == "" {
envTcellTruecolor = "disable"
}

u, err := user.Current()
if err != nil {
log.Printf("user: %s", err)
Expand Down

0 comments on commit 4438721

Please sign in to comment.