A tiny terminal emulator. Currently a work in progress, but reasonably functional.
(With heavy 256-color GIF compression...)
- Implements a common subset of a VT-100 terminal's escape sequences (including truecolor graphics)
- Supports Unicode/UTF-8 character sets
- Depends upon standalone Xlib only
Assuming Xlib is installed, term
can be compiled with:
$ make
And run with:
$ ./term
There are several configuration options in config.h
which affect the appearance and functioning of term
, including fonts and color palettes. To apply these changes, recompile term
.
- More complete escape sequence support
- Rendering optimizations/alternative rendering engine
- Scrollback