summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-02-09 12:49:57 +0100
committerrabite <rabite@posteo.de>2019-02-09 13:04:04 +0100
commit528f7251452782b4b2bc24fedfd3f34e80575283 (patch)
tree34c5de8ed5b7c50207b60580218ddb288e4668b7 /src/main.rs
parent95291e94084205347089f8457eeb0fec98fe34b3 (diff)
don't throw crap at screen when preview-process is kill
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 6c61f5c..2798311 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,5 @@
+#![feature(vec_remove_item)]
+
extern crate termion;
extern crate unicode_width;
#[macro_use]