nxt/text_field.hpp file

Namespaces

namespace nxt
namespace nxt::tui
namespace nxt::tui::detail

Classes

struct nxt::tui::TextField
struct nxt::tui::TextFieldStyle
struct nxt::tui::TextFieldOptions
Rendering options for text_field.
struct nxt::tui::detail::TextFieldRender

Functions

auto scroll_for_cursor(width_t cursor_cell, width_t field_w) →  width_t noexcept
auto text_field(const TextField& field, TextFieldOptions opts = {}) →  auto