Give scroll-forward a less confusing name

ECMA-48 calls CSI S "scroll up", so use something like that but try
to avoid ambiguity.
This commit is contained in:
Johannes Altmanninger
2025-09-26 12:40:43 +02:00
parent 310b7eca68
commit 08ad5c26ea
5 changed files with 17 additions and 17 deletions

View File

@@ -198,7 +198,7 @@ Optional Commands
``\e[ Ps S``
- indn
- Scroll up Ps lines (aka ``SU`` but terminfo calls it "scroll forward")
- Scroll up the content (not the viewport) Ps lines (aka ``SU`` but terminfo calls it "scroll forward")
This enables the :ref:`scrollback-push <special-input-functions-scrollback-push>` special input function which is used by :kbd:`ctrl-l`.
- ECMA-48
* - ``\e[= Ps u``, ``\e[? Ps u``