Feature: Canvas (#287)

Draw using braille and block characters on a grid.
This commit is contained in:
Arthur Sonzogni
2021-12-23 14:17:33 +01:00
committed by GitHub
parent 7e5cd23b4c
commit 0d47dd19ab
15 changed files with 1098 additions and 10 deletions

View File

@@ -406,8 +406,7 @@ int main(int argc, const char* argv[]) {
make_box(6, 3),
}),
}) |
// vscroll_indicator | yflex;
yflex | vscroll_indicator;
vscroll_indicator | yframe | flex;
});
auto paragraph_renderer_right = Renderer([] {