aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-03 14:25:22 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-03 14:25:22 -0500
commit1c5f52ec5956f8dc95dcd0b7b24c00c031594efd (patch)
tree581d767ff65eb5bd3df30f4aa9c860f3ee96a3fc /src/lib.rs
parent759e500c08ec5d5f55c5f5426ec8207fc5bb90d4 (diff)
downloadvt100-rust-1c5f52ec5956f8dc95dcd0b7b24c00c031594efd.tar.gz
vt100-rust-1c5f52ec5956f8dc95dcd0b7b24c00c031594efd.zip
fmt
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 41db04f..5f5ce31 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,4 +12,4 @@ mod unicode;
pub use attrs::Color;
pub use cell::Cell;
-pub use screen::{MouseProtocolMode, MouseProtocolEncoding, Screen};
+pub use screen::{MouseProtocolEncoding, MouseProtocolMode, Screen};