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

Method cursor

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

Source from the content-addressed store, hash-verified

192 def clear_to_eol(self):
193 self.wr(Editor.TERMCMD[1])
194 def cursor(self, onoff):
195 self.wr(Editor.TERMCMD[2] if onoff else Editor.TERMCMD[3])
196 def hilite(self, mode):
197 if mode == 1:
198 self.wr(Editor.TERMCMD[5])

Callers 2

redrawMethod · 0.95
display_windowMethod · 0.95

Calls 1

wrMethod · 0.45

Tested by

no test coverage detected