Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 550 Bytes

README.rst

File metadata and controls

16 lines (11 loc) · 550 Bytes

TermEmulator

TermEmulator is a pure python module for emulating VT100 terminal programs.

It handles V100 special characters and most important escape sequences. It also handles graphics rendition which specifies text style (i.e. bold, italics), foreground color and background color.

The handled escape sequences are CUU, CUD, CUF, CUB, CHA, CUP, ED, EL, VPA and SGR.

Development

TermEmulator source code and tracker are at https://github.com/sivachandran/TermEmulator.