Skip to content

Commit

Permalink
fixup! Make focus reporting an opt-in feature, like mouse reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
stk authored and gdamore committed Aug 15, 2023
1 parent f028121 commit 42b3beb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions console_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 42b3beb

Please sign in to comment.