feat(ui): rerender on SIGWINCH

This commit is contained in:
Aram Drevekenin
2020-04-02 11:25:13 +02:00
parent 593b71f7b3
commit 17dbeea61e
5 changed files with 69 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ async-std = "*"
futures = "*"
walkdir = "2"
jwalk = "0.3"
signal-hook = "0.1.10"
[dev-dependencies]
stderrlog = "0.4"