goful
goful copied to clipboard
crash on mips router
Hi, I compiled the program, but when I run it on the device I get this error: panic: open /dev/tty: no such file or directory goroutine 1 [running]: github.com/anmitsu/goful/widget.Init() /goful/widget/widget.go:271 +0x104 main.main() /goful/main.go:20 +0x40
On my router used pseudo-terminals (“pts”), is it possible to run your program using this feature of my hardware?
p.s. Other file manager "llama" used pts and work fine, but I like your program, because I'm used to a two-pane view, can you fix it somehow?
p.p.s. I understand correctly that this is due to the package "tcell" that uses /dev/tty ?