mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Convert \r into \n (#350)
This resolves: https://github.com/ArthurSonzogni/FTXUI/issues/337
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
Reference in New Issue
Block a user