commit 73f2c3fc8e22040d6dbd54c4e3955bf4a08aeae9 from: Omar Polo date: Sat Jul 17 17:30:23 2021 UTC don't underline links by default as Gnuserland pointed out, it's and old thing taken from the web, used to distinguish between normal text and links. In Gemini we only have link-lines, so the underline is redundant. It's still possible to restore the styling by adding something like the following in ~/.telescope/config style line.link attr underline commit - 4c015beece116445ae87cf977f4571d0d8bcf5d1 commit + 73f2c3fc8e22040d6dbd54c4e3955bf4a08aeae9 blob - a1d648540be08eba93df5c66d086a2910de436e7 blob + 3c34d63486f53119e99ab59b2f018419038e1b51 --- defaults.c +++ defaults.c @@ -60,7 +60,6 @@ struct line_face line_faces[] = { .prfx_pair = PL_PRFX, .pair = PL, .trail_pair = PL_TRAIL, - .attr = A_UNDERLINE, }, [LINE_TITLE_1] = { .prfx_pair = PT1_PRFX,