goful icon indicating copy to clipboard operation
goful copied to clipboard

crash on mips router

Open santa2021 opened this issue 2 years ago • 0 comments

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 ?

santa2021 avatar Jan 28 '23 15:01 santa2021