imag/lib
Matthias Beyer 01db294700 Add Runtime::input_is_pipe()
We need this because we might want to check whether we can get the STDIN
handle from the runtime or not.
In some (rare) cases, the runtime "thinks" that STDIN is a stream of
IDs, but it is not. So the client can check whether stdin is a pipe
(thus, whether Runtime thinks that there's a stream of IDs) and easily
work around that by taking ::std::io::stdin() itself.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-09 15:51:09 +01:00
..
core Add Runtime::input_is_pipe() 2019-11-09 15:51:09 +01:00
domain Add function to get all events 2019-10-09 19:44:08 +02:00
entry Add Linkable::is_linked_to() 2019-10-09 19:44:01 +02:00
etc Pass the path to the ui builder function when creating a mock application 2019-10-26 15:00:09 +02:00