mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 15:07:24 +00:00
fix: resize cols and rows, not the other way around *sigh*
This commit is contained in:
@@ -150,7 +150,7 @@ func (s *SSHSession) Resize(rows, cols int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
return s.Pty.WindowChange(rows, cols)
|
||||
return s.Pty.WindowChange(cols, rows)
|
||||
}
|
||||
|
||||
// Closes the SSH session.
|
||||
|
||||
Reference in New Issue
Block a user