▲ 3 r/C_Programming
Moddable Terminal Emulator
Helo!
I have been writing a moddable terminal emulator for gnu/linux. And want to tell about it, if someone is interested. Note that its at incomplete state : )
It has very much only the basic essentials, but it can use dynamically loaded libraries.
Which can be used to create new features or modify something you want.
By basic essentials i mean: config files, scrollback buffer, true-color. (maybe few other things i forgot to mention...)
The text selecting can be only be done from modules. This is by design, to allow more options for how the select region can be controlled.
The modules can even render shapes and images to the screen.
Read more at documentation if you are interested: https://github.com/331uw13/nemi
u/331uw13 — 7 days ago