Fix useless new line when using the alternative screen. (#610)

Fix:https://github.com/ArthurSonzogni/FTXUI/issues/609
This commit is contained in:
Arthur Sonzogni
2023-03-31 17:44:01 +02:00
committed by ArthurSonzogni
parent 7b08dae6d0
commit 4ce8f6d250
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ current (development)
### Component
- Feature: Support `ResizableSplit` with customizable separator.
- Breaking: MenuDirection enum is renamed Direction
- Fix: Remove useless new line when using an alternative screen.
### Dom
- Feature: Add the dashed style for border and separator.