From 7b739094f604cd3d52100c8ba0e6e79cbc965a9c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 11 Jan 2016 23:50:20 +0100 Subject: [PATCH] Delays: mention caret notation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a77bf8..7879986 100644 --- a/README.md +++ b/README.md @@ -1301,7 +1301,8 @@ Like their ancestors, terminal emulators use [escape sequences](https://en.wikipedia.org/wiki/Escape_sequence) (or _control sequences_) to control things like moving the cursor, changing text colors, etc. 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) database.