Skip to content

Commit

Permalink
fix first lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 21, 2025
1 parent 0881292 commit 69f61cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/layout/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,8 @@ func main() {
}

termType := os.Getenv("TERM")
scr := cellbuf.NewScreen(os.Stdout, &cellbuf.ScreenOptions{
scr := cellbuf.NewScreen(os.Stdout, physicalWidth, physicalHeight, &cellbuf.ScreenOptions{
Term: termType,
Width: physicalWidth,
Height: physicalHeight,
Profile: colorprofile.Detect(os.Stdout, os.Environ()),
AltScreen: true,
})
Expand Down

0 comments on commit 69f61cc

Please sign in to comment.