FTXUI/include/ftxui/screen
Tushar Maheshwari 21d746e858
Remove explicit default destructors (#157)
From CppCoreGuidelines:

Rule of Zero: C.20: If you can avoid defining default operations, do.
C.52: Use inheriting constructors to import constructors into a derived class that does not need further explicit initialization.
DRY forward and using declarations.
Miscellaneous:

Fix format.sh to output examples with normalised paths in sorted order.

Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2021-07-17 12:02:08 +02:00
..
box.hpp Add mouse implementation of most components. 2021-04-18 22:33:41 +02:00
color_info.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
color.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
screen.hpp Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
string.hpp Introduce Options and use them for Menu. 2021-07-11 12:23:42 +02:00
terminal.hpp Improve color handling. (#49) 2020-10-16 22:31:24 +02:00