fix spelling
This commit is contained in:
parent
d74fd5c94a
commit
7c14524d35
1 changed files with 2 additions and 2 deletions
|
|
@ -162,9 +162,9 @@ Interaction with other terminal controls and state
|
|||
The index (IND) and reverse index (RI) escape codes that cause screen
|
||||
contents to scroll into scrollback or off screen must not affect
|
||||
the extra cursors in any way. They remain at exactly the same position.
|
||||
It is upto applications to manage extra cursor positions when using these
|
||||
It is up to applications to manage extra cursor positions when using these
|
||||
escape codes if needed. There are not a lot of use cases for scrolling
|
||||
extra cursors with screne content, since extra cursors are meant to be
|
||||
extra cursors with screen content, since extra cursors are meant to be
|
||||
ephemeral and on screen only, not in scrollback. This allows terminals
|
||||
to avoid the extra overhead of adjusting positions of the extra cursors
|
||||
on every scroll.
|
||||
|
|
|
|||
Loading…
Reference in a new issue