tvterm
A terminal emulator that runs in your terminal. Powered by Turbo Vision.
tvterm is an experimental terminal emulator widget and application based on the Turbo Vision framework. It was created for the purpose of demonstrating new features in Turbo Vision such as 24-bit color support.
tvterm relies on Paul Evan's libvterm terminal emulator, also used by Neovim and Emacs.
Additionally, tvterm supports both Unix and Windows (Windows 10 1809 or later).
The original location of this project is https://github.com/magiblot/tvterm.
Building
First of all, you should clone this repository along its submodules with the --recursive option of git clone (or run git submodule init && git submodule update if you have already cloned it).
Then, make sure the following dependencies are installed:
CMake.
... continue reading