# tui_helpers.hpp Source: [tui_helpers.hpp](../../../../src/tui/tui_helpers.hpp) ## Free Functions ### `ftxui::Element FocusLabel(ftxui::Element e, bool focused)` ๐Ÿ“ [tui_helpers.hpp:13](../../../../src/tui/tui_helpers.hpp#L13) ### `std::string ToLower(std::string s)` ๐Ÿ“ [tui_helpers.hpp:17](../../../../src/tui/tui_helpers.hpp#L17) ### `bool NaturalLess(const std::string &a, const std::string &b)` ๐Ÿ“ [tui_helpers.hpp:21](../../../../src/tui/tui_helpers.hpp#L21) ### `std::string LongestCommonPrefix(const std::vector< std::string > &v)` ๐Ÿ“ [tui_helpers.hpp:23](../../../../src/tui/tui_helpers.hpp#L23) ### `std::vector< std::string > Tokenize(const std::string &s)` ๐Ÿ“ [tui_helpers.hpp:26](../../../../src/tui/tui_helpers.hpp#L26) --- โ† [Back to files](index.md) ยท [Top](../index.md)