From 42d1fcb48443091672ac11a76985297f994f08c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 21 Nov 2021 15:06:41 +0100 Subject: [PATCH] =?UTF-8?q?input:=20grammar:=20=E2=80=9Can=20UTF-8?= =?UTF-8?q?=E2=80=9D=20->=20=E2=80=9Ca=20UTF-8=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/input.c b/input.c index 9d4efe34..211d3dc8 100644 --- a/input.c +++ b/input.c @@ -1098,10 +1098,10 @@ legacy_kbd_protocol(struct seat *seat, struct terminal *term, * * #1 is configured with \E[?1036, and is on by default * - * If #1 has been disabled, we use #2, *if* it's a single - * byte we're emitting. Since this is an UTF-8 terminal, - * we then UTF8-encode the 8-bit character. #2 is - * configured with \E[?1034, and is on by default. + * If #1 has been disabled, we use #2, *if* it's a single byte + * we're emitting. Since this is a UTF-8 terminal, we then + * UTF8-encode the 8-bit character. #2 is configured with + * \E[?1034, and is on by default. * * Lastly, if both #1 and #2 have been disabled, the alt * modifier is ignored.