summaryrefslogtreecommitdiffstats
path: root/src/result.go
AgeCommit message (Expand)Author
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-01-23Fix highlighting of regions that are matched multiple timesJunegunn Choi
2023-12-26Fix unexpected result of --tiebreak=endJunegunn Choi
2022-11-18Fix panic on inverse match query with `--tiebreak=chunk`Junegunn Choi
2022-08-02Add new tiebreak: 'chunk'Junegunn Choi
2021-01-15Fix typos in source code (#2322)freddii
2020-12-04Change how hl:-1 or hl+:-1 is applied to text with background colorJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2019-11-05Improvements to code quality and readability (#1737)Alexandr
2017-08-27Optimize rank comparison on x86 (little-endian)Junegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2017-02-02Fix --tiebreak=begin with algo v2Junegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-11-09Fix panic when color is disabled and header lines contain ANSI colorsJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-10-18Use relative position instead of absolute distance for --tiebreak=endJunegunn Choi
2016-09-29Use unicode.IsSpace to cover more whitespace charactersJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Add missing sourcesJunegunn Choi