The "io_editor" component is a simple Qt5 text editor that writes to standard out and reads back from stdin. It is intended for use with an interactive interpreter, such as a shell. The "terminal_editor" depot package is provided to connect the editor to a terminal server.
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
|
|
A simple text editor for reading and writing to a Terminal session
|
|
|
|
|
|
This editor is intended for interacting with a intepreter,
|
|
input and output is written in chunks, not byte-by-byte.
|