don't show empty elems and mouse support

This commit is contained in:
Jana Dönszelmann 2026-02-25 13:51:58 +01:00
parent 4a7817a239
commit 0457d63bd0
No known key found for this signature in database
6 changed files with 173 additions and 41 deletions

View file

@ -19,3 +19,4 @@ thiserror = "2"
itertools = "0.14"
nix = {version = "0.31", features = ["process", "signal"]}
regex = "1"
crossterm = "*"