summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-19Handle ambiguous emoji widthJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2023-09-01Fix center-alignment of border/preview labelJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-02-23Add spell check workflow (#3183)Zhizhen He
2023-02-15become: Set stdin to /dev/ttyJunegunn Choi
2023-01-23Make test case pass on 32-bit platformsJunegunn Choi
2022-11-27Add more util tests (#3062)OHZEKI Naoki
2022-11-23test(eventbox): remove obsolete EvtClose const (#3059)Bruno Heridet
2022-11-10Add --separator to customize the info separatorJunegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2022-03-29Modernize build tagsJunegunn Choi
2021-12-22Fix rendering of the prompt line when overflow occurs with `--info=inline`Junegunn Choi
2021-11-02Fix powershell escapingRashil Gandhi
2021-10-25Cache cygpath resultJunegunn Choi
2021-10-23Respect SHELL env var on Windows (#2641)Rashil Gandhi
2021-10-03[tests] Add testing of keyboard events in FullscreenRenderer.GetChar()Vlastimil Ovčáčík
2021-06-01Fix bug where `--read0` not properly displaying long linesJunegunn Choi
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2020-03-30Update AtomicBool to use atomic memory operation (#1939)Alexandr
2020-03-01Fix prefix/suffix/equal matcher to trim whitespacesJunegunn Choi
2019-12-09Defer resetting multi-selection on reloadJunegunn 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-10-070.17.50.17.5Junegunn Choi
2018-09-28Kill running preview process after 500ms when focus has changedJunegunn Choi
2018-04-12Do not print non-displayable charactersJunegunn Choi
2018-03-13Make fzf pass go vetRyan Boehning
2018-01-17Update Windows default command to print relative paths (#1200)Jan Edmund Lazo
2017-10-15Fix compilation error of Windows binaryJunegunn Choi
2017-10-14Fix ExecCommandWith for cmd.exe in Windows (#1072)Jan Edmund Lazo
2017-09-28Update FZF_DEFAULT_COMMANDJunegunn Choi
2017-08-26Minor refactoringsJunegunn Choi
2017-08-20Ignore EvtReadNew if EvtReadFin is already setJunegunn Choi
2017-08-20Remove redundant read event when --sync is usedJunegunn Choi
2017-08-01Modify loop conditions in checkAscii functionJunegunn Choi
2017-08-01Do not use defer in performance-sensitive contextsJunegunn 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
2017-06-03Fixes for CygwinJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-05-25Use read syscall directly to get character (#931)Tw
2017-01-09Make util.RuneWidth return 1 for non-displayable charactersJunegunn Choi
2017-01-08Add --height optionJunegunn Choi