forked from Mirrors/bubbletea
Unused params
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
b2d948b53c
commit
b65205a7e5
|
@ -6,4 +6,4 @@ import "os"
|
|||
|
||||
// listenForResize is not available on windows because windows does not
|
||||
// implement syscall.SIGWINCH.
|
||||
func listenForResize(output *os.File, msgs chan Msg, errs chan error) {}
|
||||
func listenForResize(_ *os.File, _ chan Msg, _ chan error) {}
|
||||
|
|
Loading…
Reference in New Issue