FTXUI/include/ftxui/screen
Arthur Sonzogni 52276c8a2b
Bugfix Input use std::string (#279)
Use std::string by default for the implementation of FTXUI's input
component.

Along the way:
- Give a correct implementation for fullwidth characters.
- Add tests
- Modify the way the cursor is drawn.
2021-12-12 21:31:54 +01:00
..
box.hpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
color_info.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
color.hpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
deprecated.hpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
screen.hpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
string.hpp Bugfix Input use std::string (#279) 2021-12-12 21:31:54 +01:00
terminal.hpp Add API to set terminal fallback size (#230) 2021-10-13 13:44:30 +02:00