mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Cleaner code
This commit is contained in:
@@ -104,8 +104,8 @@ Element canvas(std::function<void(Canvas&)>);
|
||||
Element bold(Element);
|
||||
Element dim(Element);
|
||||
Element inverted(Element);
|
||||
Element selected(Region &selection, std::string &destination, std::function<void(const std::string)> onSelectionChange, Element);
|
||||
Decorator selected(Region &selection, std::string &destination, std::function<void(const std::string)> onSelectionChange);
|
||||
Element selected(Region &selection, std::function<void(const std::string)> onSelectionChange, Element);
|
||||
Decorator selected(Region &selection, std::function<void(const std::string)> onSelectionChange);
|
||||
Element underlined(Element);
|
||||
Element underlinedDouble(Element);
|
||||
Element blink(Element);
|
||||
|
||||
Reference in New Issue
Block a user