aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-27 02:36:30 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-27 03:03:46 -0400
commitdf328c13903d5a0e595d27b14f79e2a61f66f8fc (patch)
tree84812f3b90cd60a38a461e1b33e059365309492c /src/types.rs
parent65b2ce10f83942a9dd2974ac19c694f1c6c9e617 (diff)
downloadvt100-rust-df328c13903d5a0e595d27b14f79e2a61f66f8fc.tar.gz
vt100-rust-df328c13903d5a0e595d27b14f79e2a61f66f8fc.zip
implement fgcolor and bgcolor for 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 fca7f97..6e82779 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -2,6 +2,7 @@ use libc;
pub enum ScreenImpl {}
pub enum CellImpl {}
+pub struct ColorImpl(pub libc::uint32_t);
#[repr(C)]
pub struct Loc {