FTXUI
0.8.1
C++ functional terminal UI.
|
Go to the documentation of this file. 1 #ifndef FTXUI_SCREEN_SCREEN
2 #define FTXUI_SCREEN_SCREEN
43 Dimensions
Fixed(
int);
57 std::string&
at(
int x,
int y);
std::string ResetPosition(bool clear=false)
Return a string to be printed in order to reset the cursor position to the beginning of the screen.
Pixel & PixelAt(int x, int y)
Access a Pixel at a given position.
std::string & at(int x, int y)
Access a character a given position.
Screen(int dimx, int dimy)
static Screen Create(Dimensions dimension)
Create a screen with the given dimension.
A rectangular grid of Pixel.
std::vector< std::vector< Pixel > > pixels_
A unicode character and its associated style.
A class representing terminal colors.
void Clear()
Clear all the pixel from the screen.
void SetCursor(Cursor cursor)