aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-30 02:17:05 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-30 02:17:05 -0400
commita03e9e83016b8571ecbf0eda47dbbceaa1336a5d (patch)
tree8509b81542685b2d75415ca256850d24f39d144e /src/lib.rs
parentb3cf6eb46847b881ad8edac8acceaefb79e37cb7 (diff)
downloadvt100-rust-a03e9e83016b8571ecbf0eda47dbbceaa1336a5d.tar.gz
vt100-rust-a03e9e83016b8571ecbf0eda47dbbceaa1336a5d.zip
refactor
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index bb06751..f80bb37 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,6 +6,7 @@
mod attrs;
mod cell;
mod color;
+mod grid;
mod pos;
mod row;
mod screen;