mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +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
|
||||
|
||||
namespace tui {
|
||||
namespace detail {
|
||||
namespace tui::detail {
|
||||
void follow_process_log_widget(const std::vector<std::string>& vec, ftxui::Decorator box_size = size(ftxui::HEIGHT, ftxui::GREATER_THAN, 5)) noexcept;
|
||||
} // namespace detail
|
||||
} // namespace tui
|
||||
} // namespace tui::detail
|
||||
|
||||
#endif // FOLLOW_PROCESS_LOG_HPP
|
||||
|
Loading…
Reference in New Issue
Block a user