Clarify the action of CSI < u in Quickstart

This commit is contained in:
Kovid Goyal 2022-11-30 16:28:34 +05:30
parent 722a1020fa
commit f6ab641b00
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -61,7 +61,7 @@ without too many changes, do the following:
that are easy to parse unambiguously. that are easy to parse unambiguously.
#. Emit the escape sequence ``CSI < u`` at application exit if using the main #. Emit the escape sequence ``CSI < u`` at application exit if using the main
screen or just before leaving alternate screen mode if using the alternate screen, screen or just before leaving alternate screen mode if using the alternate screen,
to restore the previously used keyboard mode. to restore whatever the keyboard mode was before step 1.
Key events will all be delivered to your application either as plain UTF-8 Key events will all be delivered to your application either as plain UTF-8
text, or using the following escape codes, for those keys that do not produce text, or using the following escape codes, for those keys that do not produce