1
0
Fork 0
forked from wry/wry

tree: support toggling floating with double clicks

This commit is contained in:
Julian Orth 2024-03-03 14:18:46 +01:00
parent a588b9044d
commit d425768760
11 changed files with 137 additions and 14 deletions

View file

@ -10,6 +10,7 @@ pub mod cell_ext;
pub mod clonecell;
pub mod copyhashmap;
pub mod debug_fn;
pub mod double_click_state;
pub mod errorfmt;
pub mod fdcloser;
pub mod hex;