Signed-off-by: Yibai Zhang <xm1994@gmail.com>
| ... | ... |
@@ -40,7 +40,7 @@ func (s *StdConsole) AttachPipes(command *exec.Cmd, pipes *Pipes) error {
|
| 40 | 40 |
|
| 41 | 41 |
// Resize implements Resize method of Terminal interface |
| 42 | 42 |
func (s *StdConsole) Resize(h, w int) error {
|
| 43 |
- // we do not need to reside a non tty |
|
| 43 |
+ // we do not need to resize a non tty |
|
| 44 | 44 |
return nil |
| 45 | 45 |
} |
| 46 | 46 |
|