mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Add webassembly support (#79)
This commit is contained in:
@@ -56,6 +56,7 @@ class Screen {
|
||||
|
||||
// Convert the screen into a printable string in the terminal.
|
||||
std::string ToString();
|
||||
void Print();
|
||||
|
||||
// Get screen dimensions.
|
||||
int dimx() { return dimx_; }
|
||||
|
Reference in New Issue
Block a user