Write UI to `/dev/tty` and output to `/dev/stdout`
With the buggy implementation in the new termion release 3.0 being fixed by this PR, it should now be possible to move away from the current implementation (write UI to /dev/stdout and the output to /dev/stderr).
- create PR in
tui-realmwith our configurable stream patch - create PR in
tui-realmthat switches to the newratatuiversion (which is ontermion 3.0)