summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorunknown <“filip.rabiega@gmail.com”>2026-08-06 19:27:18 +0200
committerunknown <“filip.rabiega@gmail.com”>2026-08-06 19:27:18 +0200
commit8b6f0e3164c19736e65b730196c36cc23ce52470 (patch)
treed96dd027349e791e2f52bd20ea392b0649182775 /st.c
parent22ef20b6b12991a8624345c0f6782b1118cf7294 (diff)
downloadchadst-8b6f0e3164c19736e65b730196c36cc23ce52470.tar.gz
chadst-8b6f0e3164c19736e65b730196c36cc23ce52470.tar.bz2
chadst-8b6f0e3164c19736e65b730196c36cc23ce52470.zip
change fontmy_st
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
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);
}
}