#include "scroller.hpp"
Classes | |
class | ftxui::ScrollerBase |
A custom scroller component that synchronizes with an external index and applies a custom cursor background color. More... | |
Namespaces | |
namespace | ftxui |
Functions | |
Component | ftxui::Scroller (Component child, int *external_selected, Color cursor_bg) |
Factory function to create a Scroller component. | |