libvterm
libvterm copied to clipboard
Based on libROTE, libvterm is a color terminal emulator. It mimics vt100, rxvt, xterm, and xterm 256 color mode
🤚 hey there, great project, keep up the great work, here is a small typo MR
Hi, I've recently built this project (thanks for making it!) It didn't work initially until I softlinked the ncurses library like so: `sudo mkdir /usr/local/opt && ln -s /opt/homebrew/Cellar/ncurses/6.3 /usr/local/opt/ncurses`...
Hey I've been using this in a pet project of mine, I was strugglling with installing/including it nicely in another cmake project so: I've updated it so that the libraries...
This project https://launchpad.net/libvterm has version 0.1.4 (http://www.leonerd.org.uk/code/libvterm/).
can be great if libvterm supports mouse
In `vshell` I don't get any periodic output from running commands like `xxd < /dev/urandom` or `hexyl < /dev/urandom` or even just `yes` and the terminal inside `vshell` does not...
> If you want to build a deb package for Debian or Debian based systems (such as Ubuntu) then: > > ``` > sudo make package > ```