Files
Emery Hemingway 6ca9087a23 Simple Qt5 text editor
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.
2019-01-07 09:15:54 +01:00

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.