Add new repaint logic

This commit is contained in:
daa84
2017-09-07 17:48:10 +03:00
parent 6963c7ab95
commit 7f05e11e84
7 changed files with 152 additions and 282 deletions

View File

@@ -16,6 +16,9 @@ pub fn render(
ui_model: &ui_model::UiModel,
color_model: &color::ColorModel,
) {
// TODO: underline
// TODO: undercurl
// TODO: cursor
ctx.set_source_rgb(
color_model.bg_color.0,
color_model.bg_color.1,