We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b250a3 commit e5af29fCopy full SHA for e5af29f
tutorials/basics/README.md
@@ -153,7 +153,8 @@ the Bubble Tea runtime to quit, exiting the program.
153
At last, it’s time to render our UI. Of all the methods, the view is the
154
simplest. We look at the model in its current state and use it to return
155
a `tea.View`. The view declares our UI content and, optionally, terminal
156
-features like alt screen mode, mouse tracking, cursor position, and more.
+features like full-window mode (aka, altscreen mode), mouse tracking, cursor
157
+position, and more.
158
159
Because the view describes the entire UI of your application, you don’t have to
160
worry about redrawing logic and stuff like that. Bubble Tea takes care of it
0 commit comments