1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

fixup! Make focus reporting an opt-in feature, like mouse reporting

This commit is contained in:
stk 2023-07-21 17:36:15 +02:00 committed by Garrett D'Amore
parent f028121cb8
commit 42b3beb245

View File

@ -282,6 +282,10 @@ func (s *cScreen) EnablePaste() {}
func (s *cScreen) DisablePaste() {}
func (s *cScreen) EnableFocus() {}
func (s *cScreen) DisableFocus() {}
func (s *cScreen) Fini() {
s.disengage()
}