dont do raw.New, instead add raw.Raw.Refresh explicit
This commit is contained in:
@@ -31,6 +31,9 @@ func NewKeyboard() Keyboard {
|
||||
return Keyboard{}
|
||||
}
|
||||
|
||||
func (kb Keyboard) Refresh() {
|
||||
}
|
||||
|
||||
func (kb Keyboard) Close() {
|
||||
switch runtime.GOOS {
|
||||
case "linux":
|
||||
|
||||
Reference in New Issue
Block a user