-
-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Description
in #541 it was noted that you need to call screen.Init()
on a screen that you create from tcell.NewTerminfoScreenFromTtyTerminfo()
.
This however will not work because on Windows that function just returns ErrNoScreen
: https://github.com/gdamore/tcell/blob/main/tscreen_stub.go#L25
Not sure the best solve here.
Metadata
Metadata
Assignees
Labels
No labels