diff options
| author | unknown <“filip.rabiega@gmail.com”> | 2026-08-06 19:27:18 +0200 |
|---|---|---|
| committer | unknown <“filip.rabiega@gmail.com”> | 2026-08-06 19:27:18 +0200 |
| commit | 8b6f0e3164c19736e65b730196c36cc23ce52470 (patch) | |
| tree | d96dd027349e791e2f52bd20ea392b0649182775 /st.c | |
| parent | 22ef20b6b12991a8624345c0f6782b1118cf7294 (diff) | |
| download | chadst-8b6f0e3164c19736e65b730196c36cc23ce52470.tar.gz chadst-8b6f0e3164c19736e65b730196c36cc23ce52470.tar.bz2 chadst-8b6f0e3164c19736e65b730196c36cc23ce52470.zip | |
change fontmy_st
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } } |
