summaryrefslogtreecommitdiff
path: root/ui/style.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-19Render the Unicode replacement character properlydelthas1-3/+0
2022-10-17Fix OSC 8 hyperlink ID formatdelthas1-1/+1
2022-10-17Add OSC 8 hyperlink IDsdelthas1-4/+6
2022-10-14Switch to the upstream tcell implementation of OSC 8 hyperlinkdelthas1-4/+4
2022-07-25Add support for hex colorsdelthas1-2/+43
2022-04-15Optimize URL regexdelthas1-1/+1
2022-03-29Add HTTPS schema by default to hyperlinksdelthas1-0/+4
2022-02-18Optimize URL parsing performancedelthas1-0/+5
2022-02-10Rename ColorGrey to ColorGray for consistencyHugo Machet1-1/+1
2021-11-19Fix link value, removing debug query stringdelthas1-1/+1
2021-10-31Mark hyperlinks with the OSC hyperlink terminal escapedelthas1-0/+65
2021-10-22Fix ui.StyledStringBuilderHubert Hirtz1-4/+30
2021-09-13More lintsHubert Hirtz1-1/+1
2021-05-26Pick nick colors in terminal color schemeHubert Hirtz1-180/+195
2021-04-27Blacklist more colorsHubert Hirtz1-1/+3
2020-10-26Vertical channel listHubert Hirtz1-0/+19
2020-10-18Display strike-through textHubert Hirtz1-6/+13
2020-10-18Update tcell to v2 andHubert Hirtz1-5/+21
2020-08-26Update tcell and support italicsHubert Hirtz1-1/+1
2020-08-26General refactor yayHubert Hirtz1-0/+8
2020-08-21ui: Fix color codesHubert Hirtz1-36/+18
2020-08-20ui: Strip formatting codes in notificationsHubert Hirtz1-3/+3
2020-08-06Actually the rune width issue is from alacrittyHubert Hirtz1-3/+1
2020-08-05Support reverse character codeHubert Hirtz1-0/+7
2020-08-05Fix colors not being reset with \x03Hubert Hirtz1-0/+4
2020-08-05Use a custom runewidth.ConditionHubert Hirtz1-1/+13
2020-08-04Rework displayHubert Hirtz1-0/+191