FTXUI/src/ftxui/screen
Arthur Sonzogni 81e086788d
Avoid making new allocation to clear the screen. (#420)
Previously, a new 2D vector was allocated for every new frame. This
caused a lot of temporary allocation to be made.

This patch modify "Screen::Clear" so that it do make a new allocation,
but clear the existing one instead.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/290#issuecomment-1153327251
2022-06-13 21:49:36 +02:00
..
box.cpp Fix focus vs flexbox interaction. (#405) 2022-05-22 21:41:29 +02:00
color_info.cpp Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
color_test.cpp execute IWYU and add some coverage tests. 2022-04-27 18:57:48 +02:00
color.cpp Fix compilation error on Windows for Color::Print 2022-05-02 20:50:15 +02:00
screen.cpp Avoid making new allocation to clear the screen. (#420) 2022-06-13 21:49:36 +02:00
string_test.cpp execute IWYU and add some coverage tests. 2022-04-27 18:57:48 +02:00
string.cpp Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
terminal.cpp Fix focus vs flexbox interaction. (#405) 2022-05-22 21:41:29 +02:00
util.hpp Fix Clamp crash when entries_ size is zero (#306) 2022-01-13 01:46:09 +01:00
wcwidth.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00