From 313583588f90d75321d4f2611bbcf7940ce99d13 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 4 Aug 2023 13:48:28 -0600 Subject: [PATCH] Fixing merge typo --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 52a294c..c1e7483 100644 --- a/st.c +++ b/st.c @@ -2033,7 +2033,7 @@ strhandle(void) if (!strcmp(p, "?")) osc4_color_response(j); else if (xsetcolorname(j, p)) { - if (par == 104 && narg <= 1) { + if (par == 104 && narg <= 1) return; /* color reset without parameter */ fprintf(stderr, "erresc: invalid color j=%d, p=%s\n", j, p ? p : "(null)"); -- 2.43.0