summaryrefslogtreecommitdiff
path: root/src/fzy.c
Commit message (Collapse)AuthorAge
* Fix --show-info when lines do not fit in the screenMārtiņš Mačs2020-01-29
|
* Simplify input_delimiter handlingJohn Hawthorn2019-08-16
|
* 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.
* 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
* Pass options to choices_initJohn Hawthorn2017-01-31
|
* Return exit code from runJohn Hawthorn2016-06-20
|
* Remove options global variableJohn Hawthorn2016-06-19
|
* Store state in tty_interface_tJohn Hawthorn2016-06-19
|
* Extract tty interface to own fileJohn Hawthorn2016-06-19
|
* Ensure options is passed as a pointerJohn Hawthorn2016-06-19
|
* Extract option parsing to separate fileJohn Hawthorn2016-06-19
|
* Move sources into src directoryJohn Hawthorn2016-05-21