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

docs: change term.input to term.ui in vlib/term/README.md

This commit is contained in:
Delyan Angelov 2022-03-06 15:50:22 +02:00
parent c8e33ad219
commit f74b65b63f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -2,7 +2,7 @@
The `term` module is designed to provide the building blocks for building The `term` module is designed to provide the building blocks for building
very simple TUI apps. For more complex apps, you should really look at the 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 `term.ui` module, as it includes terminal events, is easier to use and
is much more performant for large draws. is much more performant for large draws.
## Usage ## Usage