commandline icon indicating copy to clipboard operation
commandline copied to clipboard

GNU `screen -dmS` causes commandline to break and CPU spin

Open lionkor opened this issue 10 months ago • 0 comments

  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(?)

lionkor avatar Oct 17 '23 12:10 lionkor