summaryrefslogtreecommitdiffstats
path: root/src/util/chars.go
AgeCommit message (Expand)Author
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-05-27Different marker for the first and last line of multi-line entriesJunegunn Choi
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-04-14Improve search performance by limiting the search scopeJunegunn Choi
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2020-03-01Fix prefix/suffix/equal matcher to trim whitespacesJunegunn Choi
2019-11-12Remove trailing whitespaces when using --with-nthJunegunn Choi
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2019-03-07Always prepend ANSI reset code before re-assembling tokensJunegunn Choi
2019-03-06Preserve the original color of each token when using --with-nth with --ansiJunegunn Choi
2018-03-13Make fzf pass go vetRyan Boehning
2017-08-26Minor refactoringsJunegunn Choi
2017-08-01Modify loop conditions in checkAscii functionJunegunn Choi
2017-07-30Optimize fuzzy search performance for ASCII stringsJunegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-07-18Speed up initial scanning with bitwise AND operationJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2016-09-29Use unicode.IsSpace to cover more whitespace charactersJunegunn Choi
2016-08-14[perf] Remove memory copy when using string delimiterJunegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi