ControlCode('cursor normal visibility', 'cnorm', term=self._term),
# Funky stuff
ControlCode('horizontal tab', 'ht', term=self._term),
+ ControlCode('set tab', 'hts', term=self._term),
+ ControlCode('clear all tabs', 'tbc', term=self._term),
+ ControlCode('reset 3', 'rs3', term=self._term),
+ ControlCode('reset 2', 'rs2', term=self._term),
+ ControlCode('reset 1', 'rs1', term=self._term),
ControlCode('insert line', 'il1', term=self._term),
ControlCode('insert line', 'il', term=self._term),
+ ControlCode('insert character', 'ich'),
ControlCode('erase characters', 'ech', term=self._term),
ControlCode('operating system command',
regexp=_re.compile(b'\x1b]'), term=self._term), # [1]