A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
| -rw-r--r-- | src/hov.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ pub fn markdown2(c: usize, x: &Node) -> Vec<Cell> { } r.to } -pub const BG: [u8; 3] = text::color(b"191E27"); +pub const BG: [u8; 3] = text::color(*b"191E27"); #[test] fn t() { let ppem = 18.0; |