Convert \r into \n (#350)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/337
This commit is contained in:
Arthur Sonzogni
2022-03-04 13:23:45 +01:00
committed by GitHub
parent a254e36632
commit 3e28fd6520
3 changed files with 11 additions and 5 deletions

View File

@@ -30,6 +30,9 @@ Element gaugeDirection(float ratio, GaugeDirection);
- **bugfix** Container::Tab implements `Focusable()`.
- **bugfix** Improved default implementations of ComponentBase `Focusable()` and
`ActiveChild()` methods.
- **bugfix** Automatically convert '\r' keys into '\n' for Linux programs that
do not send the correct code for the return key, like the 'bind'.
https://github.com/ArthurSonzogni/FTXUI/issues/337
2.0.0
-----