From 191ed82c4ff27d55c52aac6daeb74d9d4e0c18ca Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Thu, 5 Sep 2019 17:25:41 -0500 Subject: [PATCH] fix chart --- docs/images.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/images.md b/docs/images.md index ce5d03a..a307cca 100644 --- a/docs/images.md +++ b/docs/images.md @@ -493,9 +493,9 @@ Default parameters and ranges are listed below: The terminal must also support the following new queries: -| Query | Response | Description | -|-----------------------------------------|------------------------------------| -| CSI ? 1 0 0 n | CSI ? z ; y ; x n | Report cursor Z, Y, X position | +| Query | Response | Description | +|-----------------------------------------|--------------------------------| +| CSI ? 1 0 0 n | CSI ? z ; y ; x n | Report cursor Z, Y, X position | | CSI ? 1 8 t | CSI ? 8 ; l ; h ; w t | Report the text area cube layers, height, width | -- 2.27.0