Results of today's code review session.

This commit is contained in:
Zed A. Shaw 2025-01-05 15:07:30 -05:00
parent 14b3ea7676
commit f35b74f335
21 changed files with 64 additions and 59 deletions

View file

@ -36,7 +36,6 @@ const std::wstring& Panel::to_string() {
}
void Panel::mouse_click(ftxui::Mouse::Button btn, Point pos) {
fmt::println("CLICK AT {},{}", pos.x, pos.y);
ftxui::Mouse mev{
.button=btn,
.motion=ftxui::Mouse::Motion::Pressed,