Reads a single key from stdin when not attached to a TTY. Because characters are not visible to us until a newline is received, this reads complete lines and buffers them in memory inside the given `buffer`.
(buffer: &mut VecDeque<Key>)
source not stored for this graph (policy: none)
no test coverage detected