Skip to content

Commit

Permalink
fix(examples): ssh resize example
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 26, 2023
1 parent d243e23 commit 10026bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 141 deletions.
2 changes: 1 addition & 1 deletion examples/ssh/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {

go func() {
for win := range winCh {
pseudo.Resize(win.Height, win.Width)
pseudo.Resize(win.Width, win.Height)
}
}()

Expand Down
126 changes: 0 additions & 126 deletions examples/ssh/modes_other.go

This file was deleted.

14 changes: 0 additions & 14 deletions examples/ssh/modes_windows.go

This file was deleted.

0 comments on commit 10026bd

Please sign in to comment.