From 0dfd8601c92666c45d0c2e056bd68f600a4cbe47 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 23 Jul 2020 21:55:15 +0000 Subject: 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. --- docs/escape_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 | | -- cgit