mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
[Bug #1123268] Fix typo
This commit is contained in:
parent
1a5152d94b
commit
79cf9d8e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ The \function{filter()} routine, if used, must be called before
|
||||||
calls, LINES is set to 1; the capabilities clear, cup, cud, cud1,
|
calls, LINES is set to 1; the capabilities clear, cup, cud, cud1,
|
||||||
cuu1, cuu, vpa are disabled; and the home string is set to the value of cr.
|
cuu1, cuu, vpa are disabled; and the home string is set to the value of cr.
|
||||||
The effect is that the cursor is confined to the current line, and so
|
The effect is that the cursor is confined to the current line, and so
|
||||||
are screen updates. This may be used for enabling cgaracter-at-a-time
|
are screen updates. This may be used for enabling character-at-a-time
|
||||||
line editing without touching the rest of the screen.
|
line editing without touching the rest of the screen.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue