replace termion with crossterm

This commit is contained in:
Mark Thom
2020-03-08 18:01:54 -06:00
parent eee10d3ee7
commit 22bb3fe876
4 changed files with 247 additions and 58 deletions

View File

@@ -1,3 +1,4 @@
extern crate crossterm;
#[macro_use]
extern crate downcast;
extern crate indexmap;
@@ -9,7 +10,6 @@ extern crate nix;
extern crate prolog_parser;
#[macro_use]
extern crate ref_thread_local;
extern crate termion;
use nix::sys::signal;