summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-22 19:54:41 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-22 19:54:41 -0500
commitd38dcdbbee44187bdb605dbf9bbf9c6c6d3e4f35 (patch)
tree91b059b99793fe250c67f66be3930a298117e0b3 /src/main.rs
parent03594099dafb4cda04e50f087df61cf76e2034d0 (diff)
implement textfield widget
- for asking users for long input strings - implement prompt widget - for prompting users for a single key response
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index d50927e..a2a01be 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,9 +9,7 @@ mod run;
mod sort;
mod tab;
mod ui;
-mod unix;
mod util;
-mod window;
use lazy_static::lazy_static;
use std::path::PathBuf;