Euphoria
textbox.h File Reference
#include <array>
#include <algorithm>
#include <functional>
#include "assert/assert.h"

Go to the source code of this file.

Classes

struct  eu::core::TextBoxStyle
 
struct  eu::core::TextBox
 

Namespaces

 eu
 
 eu::core
 

Functions

TextBoxStyle eu::core::get_terminal_style ()
 

Variables

constexpr unsigned char eu::core::bit_up = 1 << 0
 
constexpr unsigned char eu::core::bit_down = 1 << 1
 
constexpr unsigned char eu::core::bit_left = 1 << 2
 
constexpr unsigned char eu::core::bit_right = 1 << 3
 
constexpr unsigned char eu::core::bit_no_line = static_cast<unsigned char>(~(bit_up | bit_down | bit_left | bit_right))
 
constexpr TextBoxStyle eu::core::utf8_straight_style
 
constexpr TextBoxStyle eu::core::utf8_rounded_style
 
constexpr TextBoxStyle eu::core::utf_8double_line_style
 
constexpr TextBoxStyle eu::core::ascii_style