From b22c7c4d0a78e462ae678acea1f456e8fbb98155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 25 Apr 2020 23:07:47 +0200 Subject: [PATCH] changelog: use backticks for full escape sequence too, and shorten entry --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b180bb6d..d6a2568f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,8 @@ * **title** option to `footrc` and `--title` command line option, that sets the initial window title. * Right mouse button extends the current selection. -* Implemented 'CSI Ps ; Ps ; Ps t' escape sequences for the following - parameters: `11t`, `13t`, `14;2t`, `15t`, `19t`. +* `CSI Ps ; Ps ; Ps t` escape sequences for the following parameters: + `11t`, `13t`, `14;2t`, `15t`, `19t`. ### Changed