Changelog (v5.3.13...v5.3.14)
- bug #43149 Silence warnings during tty detection (neclimdul)
- bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
- bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
- bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
- bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
- bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)