From ae7aa4b5a3ef01a323fa27e0a208d40111b6b11a Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Fri, 11 Jun 2021 01:59:17 -0700 Subject: support DECSET/DECRST (CSI ? Pm h) to change where the cursor ends up after printing a sixel image. The default is for the cursor to be moved to the first column of the line after the image. When we receive CSI ? 8452 h, we will instead leave the cursor on the last line of the image, on the next column past the end of the image. --- 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 bc951753..4673cedc 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -57,7 +57,7 @@ brevity. | `CSI ? h` | PARTIAL | Supported modes: | | | | `1`, `3`, `6`, `7`, `12`, `25`, `1000`, `1002` | | | | `1004`, `1005`, `1006`, `1007`, `1042`, `1049` | -| | | `2004` | +| | | `2004`, `8452` | | `CSI I` | IMPLEMENTED | | | `CSI J` | IMPLEMENTED | | | `CSI K` | IMPLEMENTED | | -- cgit