imag/lib/core
Matthias Beyer 19e9dfe33c Implement proxy object where runtime configures output
This is another approach for providing access to stdin/out/err via
libimagrt::runtime::Runtime.

The Runtime object does configure which output gets returned (stdout if
stdout is a tty, else stderr).

With this we can change libimagrt to read/write the store from/to
stdin/stdout without the user noticing that she does not write to stdout
but stderr.
Reading from stdin is not possible then, though.
2018-03-04 13:57:44 +01:00
..
libimagerror Fix trace count space width 2018-02-20 20:24:27 +01:00
libimagrt Implement proxy object where runtime configures output 2018-03-04 13:57:44 +01:00
libimagstore Fix multi-line reading 2018-03-02 21:48:17 +01:00