mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Delays: mention caret notation
This commit is contained in:
parent
b479b3df73
commit
7b739094f6
@ -1301,7 +1301,8 @@ Like their ancestors, terminal emulators use [escape
|
|||||||
sequences](https://en.wikipedia.org/wiki/Escape_sequence) (or _control
|
sequences](https://en.wikipedia.org/wiki/Escape_sequence) (or _control
|
||||||
sequences_) to control things like moving the cursor, changing text colors, etc.
|
sequences_) to control things like moving the cursor, changing text colors, etc.
|
||||||
They're simply strings of ASCII characters starting with an escape character
|
They're simply strings of ASCII characters starting with an escape character
|
||||||
(displayed as `^[`). When such a string arrives, the terminal emulator looks up the
|
(displayed in [caret notation](https://en.wikipedia.org/wiki/Caret_notation) as
|
||||||
|
`^[`). When such a string arrives, the terminal emulator looks up the
|
||||||
accompanying action in the [terminfo](https://en.wikipedia.org/wiki/Terminfo)
|
accompanying action in the [terminfo](https://en.wikipedia.org/wiki/Terminfo)
|
||||||
database.
|
database.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user