From f74b65b63f5a3b91843f0506b29e05a8032ad20f Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 6 Mar 2022 15:50:22 +0200 Subject: [PATCH] docs: change term.input to term.ui in vlib/term/README.md --- vlib/term/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/term/README.md b/vlib/term/README.md index 3beeab6814..784cee1429 100644 --- a/vlib/term/README.md +++ b/vlib/term/README.md @@ -2,7 +2,7 @@ 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 -`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. ## Usage