mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
import VTMode from "@/components/VTMode";
|
|
|
|
# Slow Scroll (DECSCLM)
|
|
|
|
<VTMode value={4} />
|
|
|
|
Enable slow or smooth scrolling.
|
|
|
|
Typically, slow scrolling will scroll line by line when using scroll
|
|
functions (arrow keys, scrollbar, etc.). With this disabling, scrolling
|
|
jumps by more lines. This is purely up to the terminal to implement how it
|
|
sees fit.
|