mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
import VTSequence from "@/components/VTSequence";
|
|
|
|
# Linefeed (LF)
|
|
|
|
<VTSequence sequence="LF" />
|
|
|
|
This is an alias for [index (IND)](/vt/ind).
|
|
|
|
If [linefeed mode (mode 20)](#TODO) is enabled, perform a
|
|
[carriage return](/vt/cr) after the IND operation.
|