mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Unused params
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
Christian Muehlhaeuser
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) {}
|
||||
|
||||
Reference in New Issue
Block a user