Dependencies
October 24, 2021 ยท View on GitHub
iosplit - manage console stream with separate input and output cursors
Useful when working with standard I/O programs that don't follow the request-response (giving output for an input) pattern, but may write to the terminal at random times, messing up the screen, i.e. programs that send events at arbitrary times such as IRC, MUD, MQTT.
Dependencies
- ncurses
Configure & Install
./configure ~ make install
Example
iosplit
TODO
-
Add proper line editing
-
Add horizontal scrolling