mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-07-24 05:01:14 +08:00
Trailing newline
This commit is contained in:
parent
e57c275512
commit
571f6dcdcf
@ -191,4 +191,4 @@ if(FTXUI_BUILD_MODULES)
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "C++ modules support is disabled. Enable with -DFTXUI_BUILD_MODULES=ON")
|
||||
endif()
|
||||
endif()
|
||||
|
@ -45,4 +45,4 @@ if(FTXUI_ENABLE_INSTALL)
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
FILE_SET CXX_MODULES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ftxui/modules
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -15,4 +15,4 @@ export import ftxui.component.Loop;
|
||||
export import ftxui.component.Mouse;
|
||||
export import ftxui.component.Receiver;
|
||||
export import ftxui.component.ScreenInteractive;
|
||||
export import ftxui.component.Task;
|
||||
export import ftxui.component.Task;
|
||||
|
@ -63,4 +63,4 @@ export namespace ftxui::animation {
|
||||
}
|
||||
|
||||
using ftxui::animation::Animator;
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@ export module ftxui.component.CapturedMouse;
|
||||
*/
|
||||
export namespace ftxui {
|
||||
using ftxui::CapturedMouseInterface;
|
||||
}
|
||||
}
|
||||
|
@ -58,4 +58,4 @@ export namespace ftxui {
|
||||
using ftxui::Collapsible;
|
||||
using ftxui::Hoverable;
|
||||
using ftxui::Window;
|
||||
}
|
||||
}
|
||||
|
@ -25,4 +25,4 @@ export namespace ftxui {
|
||||
using ftxui::ComponentBase;
|
||||
using ftxui::Component;
|
||||
using ftxui::Components;
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +30,4 @@ export namespace ftxui {
|
||||
using ftxui::WindowRenderState;
|
||||
using ftxui::WindowOptions;
|
||||
using ftxui::DropdownOption;
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ export namespace ftxui {
|
||||
using ftxui::ComponentBase;
|
||||
|
||||
using ftxui::Event;
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ export namespace ftxui {
|
||||
using ftxui::ScreenInteractive;
|
||||
|
||||
using ftxui::Loop;
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@ export module ftxui.component.Mouse;
|
||||
*/
|
||||
export namespace ftxui {
|
||||
using ftxui::Mouse;
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ export namespace ftxui {
|
||||
using ftxui::Sender;
|
||||
using ftxui::Receiver;
|
||||
using ftxui::MakeReceiver;
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ export namespace ftxui {
|
||||
using ftxui::Screen;
|
||||
using ftxui::ScreenInteractivePrivate;
|
||||
using ftxui::ScreenInteractive;
|
||||
}
|
||||
}
|
||||
|
@ -17,4 +17,4 @@ export namespace ftxui {
|
||||
using ftxui::AnimationTask;
|
||||
using ftxui::Closure;
|
||||
using ftxui::Task;
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ export import ftxui.screen.Image;
|
||||
export import ftxui.screen.Pixel;
|
||||
export import ftxui.screen.Screen;
|
||||
export import ftxui.screen.String;
|
||||
export import ftxui.screen.Terminal;
|
||||
export import ftxui.screen.Terminal;
|
||||
|
@ -6,4 +6,4 @@
|
||||
export module ftxui.util;
|
||||
|
||||
export import ftxui.util.AutoReset;
|
||||
export import ftxui.util.Ref;
|
||||
export import ftxui.util.Ref;
|
||||
|
Loading…
Reference in New Issue
Block a user