More cleanup

This commit is contained in:
Clement Roblot 2024-08-27 21:20:19 +07:00 committed by ArthurSonzogni
parent 7af4446de8
commit eef0c3d677
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -35,12 +35,6 @@
#include "ftxui/screen/pixel.hpp" // for Pixel
#include "ftxui/screen/terminal.hpp" // for Dimensions, Size
#include <iostream>
#include <fstream>
#if defined(_WIN32)
#define DEFINE_CONSOLEV2_PROPERTIES
#define WIN32_LEAN_AND_MEAN
@ -839,6 +833,7 @@ void ScreenInteractive::HandleTask(Component component, Task& task) {
// clang-format on
}
// private
bool ScreenInteractive::selectableCatchEvent(Event event) {
if (event.is_mouse()) {