Skip to content

A pure python module for emulating V100 terminal. It supports most of important escape sequences like cursor positioning, graphics rendition and etc. A demo(requires wxPython) also included which emulates terminal programs like bash, emacs, vi and etc.

License

sivachandran/TermEmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A pure python module for emulating V100 terminal. It supports most of important escape sequences like cursor positioning, graphics rendition and etc. A demo(requires wxPython) also included which emulates terminal programs like bash, emacs, vi and etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages