The set of commands that are handled in terminalio.Terminal() are insufficient for some editor software with an attached display.
In particular, the following commands are desired:
- Line;ColumnH - move cursor to line, column
- XX;YYm - set highlighting mode
- M - scroll up one line
- Line1;Line2r - scrolling the region between entry Line 1 and Line 2
- 25h and 25l - cursor highlighting on or off
This additional set of commands will enable a text editor like robert-hh/Micropython-Editor to run on attached displays.
The set of commands that are handled in terminalio.Terminal() are insufficient for some editor software with an attached display.
In particular, the following commands are desired:
This additional set of commands will enable a text editor like robert-hh/Micropython-Editor to run on attached displays.