Add Graph.

This commit is contained in:
ArthurSonzogni
2019-01-26 21:52:55 +01:00
parent 1e92db7ec0
commit 9117166541
31 changed files with 226 additions and 80 deletions

View File

@@ -28,7 +28,7 @@ int main(int argc, const char *argv[])
text(L"south-east")
)
);
auto screen = Screen::TerminalFullscreen();
auto screen = Screen::Create(Dimension::Full());
Render(screen, document.get());
std::cout << screen.ToString();