mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
🧹 cleanup follow_process_log.hpp
This commit is contained in:
parent
d7b55ccbce
commit
3351a54332
@ -6,10 +6,8 @@
|
|||||||
|
|
||||||
#include <ftxui/dom/elements.hpp> // for size, GREATER_THAN
|
#include <ftxui/dom/elements.hpp> // for size, GREATER_THAN
|
||||||
|
|
||||||
namespace tui {
|
namespace tui::detail {
|
||||||
namespace detail {
|
void follow_process_log_widget(const std::vector<std::string>& vec, ftxui::Decorator box_size = size(ftxui::HEIGHT, ftxui::GREATER_THAN, 5)) noexcept;
|
||||||
void follow_process_log_widget(const std::vector<std::string>& vec, ftxui::Decorator box_size = size(ftxui::HEIGHT, ftxui::GREATER_THAN, 5)) noexcept;
|
} // namespace tui::detail
|
||||||
} // namespace detail
|
|
||||||
} // namespace tui
|
|
||||||
|
|
||||||
#endif // FOLLOW_PROCESS_LOG_HPP
|
#endif // FOLLOW_PROCESS_LOG_HPP
|
||||||
|
Loading…
Reference in New Issue
Block a user