summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-23 21:55:15 +0000
committerGitHub <noreply@github.com>2020-07-23 21:55:15 +0000
commit0dfd8601c92666c45d0c2e056bd68f600a4cbe47 (patch)
treea8c4b508932610b73c76840b2eaf9a3122e7ed67 /docs
parentdd32447bc282c443f8c7dd74fe8be635203390c9 (diff)
Add secondary DA support
This adds support for the secondary DA escape sequence response. Alacritty's version is formatted allowing for up to 99 minor and patch versions, which should be sufficient. The tertiary DA is intentionally not implemented and marked as rejected in the documentation, since a lot of terminals do not support it, or report useless data (XTerm/URxvt/Kitty). Fixes #3100.
Diffstat (limited to 'docs')
-rw-r--r--docs/escape_support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md
index a02848b2..b757540d 100644
--- a/docs/escape_support.md
+++ b/docs/escape_support.md
@@ -43,7 +43,7 @@ brevity.
| `CSI B` | IMPLEMENTED | |
| `CSI b` | IMPLEMENTED | |
| `CSI C` | IMPLEMENTED | |
-| `CSI c` | PARTIAL | No parameter support |
+| `CSI c` | IMPLEMENTED | |
| `CSI D` | IMPLEMENTED | |
| `CSI d` | IMPLEMENTED | |
| `CSI E` | IMPLEMENTED | |