summaryrefslogtreecommitdiff
path: root/ui/style.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Render the Unicode replacement character properlydelthas2022-10-191-3/+0
* Fix OSC 8 hyperlink ID formatdelthas2022-10-171-1/+1
* Add OSC 8 hyperlink IDsdelthas2022-10-171-4/+6
* Switch to the upstream tcell implementation of OSC 8 hyperlinkdelthas2022-10-141-4/+4
* Add support for hex colorsdelthas2022-07-251-2/+43
* Optimize URL regexdelthas2022-04-151-1/+1
* Add HTTPS schema by default to hyperlinksdelthas2022-03-291-0/+4
* Optimize URL parsing performancedelthas2022-02-181-0/+5
* Rename ColorGrey to ColorGray for consistencyHugo Machet2022-02-101-1/+1
* Fix link value, removing debug query stringdelthas2021-11-191-1/+1
* Mark hyperlinks with the OSC hyperlink terminal escapedelthas2021-10-311-0/+65
* Fix ui.StyledStringBuilderHubert Hirtz2021-10-221-4/+30
* More lintsHubert Hirtz2021-09-131-1/+1
* Pick nick colors in terminal color schemeHubert Hirtz2021-05-261-180/+195
* Blacklist more colorsHubert Hirtz2021-04-271-1/+3
* Vertical channel listHubert Hirtz2020-10-261-0/+19
* Display strike-through textHubert Hirtz2020-10-181-6/+13
* Update tcell to v2 andHubert Hirtz2020-10-181-5/+21
* Update tcell and support italicsHubert Hirtz2020-08-261-1/+1
* General refactor yayHubert Hirtz2020-08-261-0/+8
* ui: Fix color codesHubert Hirtz2020-08-211-36/+18
* ui: Strip formatting codes in notificationsHubert Hirtz2020-08-201-3/+3
* Actually the rune width issue is from alacrittyHubert Hirtz2020-08-061-3/+1
* Support reverse character codeHubert Hirtz2020-08-051-0/+7
* Fix colors not being reset with \x03Hubert Hirtz2020-08-051-0/+4
* Use a custom runewidth.ConditionHubert Hirtz2020-08-051-1/+13
* Rework displayHubert Hirtz2020-08-041-0/+191