1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

term: add term.ui module (part 2) (#6798)

This commit is contained in:
spaceface777
2020-11-12 12:12:51 +01:00
committed by GitHub
parent 4ddfff287c
commit 24f743ee12
11 changed files with 1434 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Quickstart
The V `term` module is a module which is made to provide an interactive api that helps building TUI apps.
The V `term` module is a module designed to provide the building blocks for building very simple TUI apps.
For more complex apps, you should really look at the `term.input` module, as it includes terminal events, is easier to use,
and is much more performant for large draws.
# Use