You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: