From 8b6f0e3164c19736e65b730196c36cc23ce52470 Mon Sep 17 00:00:00 2001 From: unknown <“filip.rabiega@gmail.com”> Date: Thu, 6 Aug 2026 19:27:18 +0200 Subject: change font --- st.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.c') diff --git a/st.c b/st.c index 3307a7d..69f631c 100644 --- a/st.c +++ b/st.c @@ -2800,6 +2800,8 @@ drawregion(int x1, int y1, int x2, int y2) continue; term.dirty[y] = 0; + unhighlighturlsline(y); + highlighturlsline(y); xdrawline(TLINE(y), x1, y, x2); } } -- cgit v1.2.3