From 139be101a482ac3eaec046c0855e00e3e45e345d Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Mon, 28 Dec 2020 13:26:16 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a021490..1638644 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ TuiCss is a library focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the examples page in the wiki to see some creations! - + ### Getting Started From ba740a766bfd3d7072dc45a3e12bee9c96dec08b Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Mon, 28 Dec 2020 13:28:08 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1638644..6c13dab 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@

Text-based user interface CSS library +
+ -- Documentation --

### About