From 7c14524d35a29303dbe783118e700c7e29aa8018 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 25 Aug 2025 11:04:36 +0530 Subject: [PATCH] fix spelling --- docs/multiple-cursors-protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/multiple-cursors-protocol.rst b/docs/multiple-cursors-protocol.rst index bd6fedc06..00a5ff099 100644 --- a/docs/multiple-cursors-protocol.rst +++ b/docs/multiple-cursors-protocol.rst @@ -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.