summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove unnecessary check from action_del_charJohn Hawthorn2018-09-23
|
* Link to various distro packages from READMEJohn Hawthorn2018-09-23
|
* Rewrite installation section on READMEJohn Hawthorn2018-09-23
|
* Prepare CHANGELOG for 1.0John Hawthorn2018-09-23
|
* Better pselect error handlingJohn Hawthorn2018-09-23
|
* Redraw on signalsJohn Hawthorn2018-09-23
|
* Allow -1 timeout to mean infiniteJohn Hawthorn2018-09-23
|
* Allow masking signals in tty_input_readyJohn Hawthorn2018-09-23
|
* Return 0 on pselect EINTRJohn Hawthorn2018-09-23
|
* Switch to pselectJohn Hawthorn2018-09-23
|
* Pass a timeout to tty_input_readyJohn Hawthorn2018-09-23
|
* Move acceptance tests to separate travis stageJohn Hawthorn2018-09-22
|
* Adjust readmeJohn Hawthorn2018-09-10
|
* Reduce ambiguous char wait time to 25msJohn Hawthorn2018-09-09
|
* Merge branch 'abort_on_escape'John Hawthorn2018-09-09
|\
| * Abort if Esc is pressedJason Felice2018-05-04
| |
| * Initialize fd_set correctlyJason Felice2018-05-04
| |
* | Fix formattingJohn Hawthorn2018-09-09
| |
* | Fix acceptance testsJohn Hawthorn2018-09-09
| |
* | Disable line wrap when printing candidatesJohn Hawthorn2018-09-09
| | | | | | | | | | This solves the line wrapping issue with much simpler code, which also works better with Unicode characters and when the terminal is resized.
* | Add sequence to disable line wrapJohn Hawthorn2018-09-09
| |
* | Add acceptance tests for unicode charsJohn Hawthorn2018-09-09
| |
* | bundle quietlyJohn Hawthorn2018-09-09
| |
* | Reduce boilerplate in acceptance testJohn Hawthorn2018-09-09
| |
* | Merge pull request #77 from syrrim/uniJohn Hawthorn2018-09-09
|\ \ | | | | | | Add utf-8 support to input, fixes #21
| * | add utf-8 support to input, fixes #21syrrim2018-04-23
| |/ | | | | | | | | | | - non ascii bytes won't be ignored - one can seek over and delete whole utf-8 codepoints at a time - the cursor will be positioned properly around double width chars
* | Merge pull request #89 from jhawthorn/svg_demoJohn Hawthorn2018-08-07
|\ \ | | | | | | Switch to svg animated demo in README
| * | Switch to svg animated demo in READMEJohn Hawthorn2018-07-21
| | |
* | | Merge pull request #88 from MichaelMackus/selection-underlineJohn Hawthorn2018-07-21
|\ \ \ | |/ / |/| | Add support for underlining selected item
| * | Add support for underlining selected itemMichael Mackus2018-07-18
|/ /
* | Merge pull request #86 from neuschaefer/typoJohn Hawthorn2018-06-18
|\ \ | | | | | | choices: Fix a typo ("stings")
| * | choices: Fix a typo ("stings")Jonathan Neuschäfer2018-06-17
| | |
* | | Merge pull request #85 from jhawthorn/fast_tty_initJohn Hawthorn2018-06-18
|\ \ \ | |/ / |/| | Initialize tty before reading choices
| * | Fix reading choices if stdin is a ttyJohn Hawthorn2018-06-17
| | | | | | | | | | | | | | | Previously we deferred reading choices to after initializing the tty. This makes sense only when stdin and our tty aren't the same.
| * | Add test for user input coming before choices readJohn Hawthorn2018-06-17
| | |
| * | Initialize tty before reading choicesJohn Hawthorn2018-06-17
|/ / | | | | | | | | | | | | | | | | It's possible for user input to arrive while fzy was still reading choices from stdin. Previously, this would happen before the correct termios were set, causing fzy to misinterpret Enter as Ctrl-J for example. Fixes #81
* | Merge pull request #82 from neuschaefer/jkJohn Hawthorn2018-06-17
|\ \ | | | | | | tty_interface: Fix comments about CTRL-J and CTRL-K
| * | tty_interface: Fix comments about CTRL-J and CTRL-KJonathan Neuschäfer2018-06-17
|/ / | | | | | | Fixes: 5a3ce8b ("Support movement with CTRL-J/CTRL-K")
* | Merge pull request #79 from 0mp/patch-1John Hawthorn2018-05-17
|\ \ | |/ |/| Add FreeBSD installation instructions
| * Add FreeBSD installation instructionsMateusz Piotrowski2018-05-17
|/ | | While here, sort the list of distros and operating systems.
* Merge pull request #71 from tgeng/masterJohn Hawthorn2018-04-21
|\ | | | | Support cursor jumping with Home and End keys
| * Fix home/end support on MacTianyu Geng2018-03-19
| |
| * Support cursor jumping with Home and End keysTianyu Geng2018-02-05
| |
* | Add MSYS2 to the install instructionsErich Gubler2018-02-26
| |
* | Merge pull request #72 from gyakovlev/masterJohn Hawthorn2018-02-26
|\ \ | | | | | | README.md: gentoo now has fzy ebuild, document it
| * | README.md: gentoo now has fzy ebuild, document itGeorgy Yakovlev2018-02-20
|/ /
* | Merge pull request #70 from neuschaefer/typoJohn Hawthorn2018-02-11
|\ \ | | | | | | Fix a few typos
| * | Fix a few typosJonathan Neuschäfer2018-01-24
| |/
* | Merge pull request #69 from neuschaefer/scoreJohn Hawthorn2018-02-11
|\ \ | |/ |/| tty_interface: Don't show score if it doesn't fit
| * tty_interface: Don't show score if it doesn't fitJonathan Neuschäfer2018-01-24
|/