MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / mouse_reporting

Method mouse_reporting

pye.py:203–204  ·  view source on GitHub ↗
(self, onoff)

Source from the content-addressed store, hash-verified

201 else:
202 self.wr(Editor.TERMCMD[4])
203 def mouse_reporting(self, onoff):
204 self.wr(Editor.TERMCMD[7] if onoff else Editor.TERMCMD[8])
205 def scroll_region(self, stop):
206 self.wr(Editor.TERMCMD[11].format(stop=stop) if stop else Editor.TERMCMD[12])
207 def scroll_up(self, scrolling):

Callers 2

redrawMethod · 0.95
edit_loopMethod · 0.95

Calls 1

wrMethod · 0.45

Tested by

no test coverage detected