void update_size(void)
Definition textbox.cpp:60
bool monospaced(void) const
Definition textbox.h:45
void set_title(const char *s)
Definition textbox.cpp:26
static constexpr auto DEFAULT_SPEED
Definition textbox.h:32
bool finished(void) const
Definition textbox.h:47
static bool is_command(unsigned char c)
Definition textbox.h:71
void init(const Fonts *f)
Definition textbox.h:42
std::size_t text_length(void) const
Definition textbox.cpp:16
std::chrono::microseconds timer
Definition textbox.h:34
static bool is_character(unsigned char c)
Definition textbox.h:63
void set_text(const char *s)
Definition textbox.cpp:31
void set_speed(unsigned s)
Definition textbox.h:50
std::chrono::milliseconds speed
Definition textbox.h:35
void set_cur(std::size_t cur)
Definition textbox.cpp:37
void set_monospaced(bool m)
Definition textbox.h:83
void set_screen_updated(void)
Definition textbox.h:49