From b30b8a294498ce765698dd40df4a750f8debe689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 26 Dec 2021 15:00:13 +0100 Subject: [PATCH] put_char fixup --- terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal.c b/terminal.c index f814de97..bdbcd9bd 100644 --- a/terminal.c +++ b/terminal.c @@ -3506,6 +3506,7 @@ print_spacer(struct terminal *term, int col, int remaining) * - update the cursor * - linewrap * - erase sixels + * - erase URIs (but it _does_ emit them if one is active) * * Limitiations: * - double width characters not supported