rxterm
rxterm copied to clipboard
Functional reactive terminals in C++ ⚡⌨️
Hi there! I had problems with running the **Buckaroo** build from my Raspberry Pi, so I prepared a **CMake** build file, which compiles the demo file in `apps/main.cpp`. Also provided...
…rrupt signal (usually 'ctrl-c' - also enabled as default) to be able to clean up the terminal on user interrupt. Consider if kill signal should also be handled. This is...
It would be a great if we could have input boxes that the user can select with the mouse or keyboard and then type text into it. However, first we...
Hey, cool library for doing vt100 with a small footprint. Theres an issue with text style generation i encountered once stuff starts to get a bit more complicated than just...