Skip to content

terminalio.Terminal - VT100 Command Set Extension -> enable text editor on display #2839

@kmatch98

Description

@kmatch98

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions