1. Run commandline_test as `screen -dmS test commandline_test` 2. Observe 100% CPU spin 3. Attach via `screen -r test` and observe completely bugged input - [ ] `screen -dmS` should work as expected - [ ] there should be no CPU spin possible --- Notes - it may be that isatty() changes after initialization(?)