branchrust_reboot/main/fix_console_flickeringcancel
2 Commits over 30 Days - 0.00cph!
Add /copypaste/ and /demos/ to shared ignore.conf file
Try to fix windows server console flickering
- only clear 1 line when there are pending lines to log or status text to update instead of clearing all 3 lines
- only redraw status text when we recieve status update
- switch from 20 fps -> 50 fps (via Task.Delay())
- remove input.Update() redrawing the input line every 0.5s