summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-06-16 11:17:35 +0200
committerCanop <cano.petrole@gmail.com>2019-06-16 11:17:35 +0200
commitbc5a0ece9a3d8479f2bce090c12fdf579066b031 (patch)
tree1eb678d8f1b7d946111ce0fb308e2e058d75bf9c /src/main.rs
parent3fe547cd66899071aff4e93509cc82427a5fe96a (diff)
mouse support to select and open tree lines
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index eedf5d8..4ffaf89 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,6 +18,7 @@ mod conf;
mod displayable_tree;
mod errors;
mod external;
+mod event;
mod file_sizes;
mod flat_tree;
mod fuzzy_patterns;