mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-21 19:48:16 +08:00
Update docs to use std::string. (#184)
This commit is contained in:
@@ -52,9 +52,9 @@ A simple C++ library for terminal based user interface.
|
||||
~~~cpp
|
||||
vbox({
|
||||
hbox({
|
||||
text(L"left") | border,
|
||||
text(L"middle") | border | flex,
|
||||
text(L"right") | border,
|
||||
text("left") | border,
|
||||
text("middle") | border | flex,
|
||||
text("right") | border,
|
||||
}),
|
||||
gauge(0.5) | border,
|
||||
});
|
||||
|
Reference in New Issue
Block a user