aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-27 01:50:04 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-27 01:50:36 -0400
commit85213a843566b82b05626efd97c48644b04935d2 (patch)
tree1897cb51bd0519aa955310ca049a09064e9a476d /src/types.rs
parentf0486657754c485f8211c6d00f9bf5ba6953dd67 (diff)
downloadvt100-rust-85213a843566b82b05626efd97c48644b04935d2.tar.gz
vt100-rust-85213a843566b82b05626efd97c48644b04935d2.zip
start implementing cells
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.rs b/src/types.rs
index a5ac590..fca7f97 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -1,6 +1,7 @@
use libc;
pub enum ScreenImpl {}
+pub enum CellImpl {}
#[repr(C)]
pub struct Loc {