aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* Rework how the mode is reported in fish_vi_modeGravatar ridiculousfish2015-06-14
* Add 'bigword' vi key bindingsGravatar Michael Steed2015-06-04
* Don't stop history search on repaintGravatar ridiculousfish2015-05-02
* Treat comments ending in backslashes as not continuing onto the next lineGravatar ridiculousfish2015-05-02
* Correct a reference to the wrong issue. 613, not 163!Gravatar ridiculousfish2015-05-02
* Use a more appropriate type for the reader_test functionGravatar ridiculousfish2015-05-02
* Support for a "pending item" in history.Gravatar ridiculousfish2015-04-20
* Make "readahead" text insertion clear the pagerGravatar ridiculousfish2015-03-23
* Use natural (digit-sequence-aware) sorting for wildcard expansionGravatar ridiculousfish2015-03-23
* Add paging into navigating pagerGravatar Martin Hamrle2015-03-20
* reader.cpp: during forced exit, send SIGHUP to foreground processes onlyGravatar David Adam2015-03-12
* reader.cpp: don't set title in dumb terminalsGravatar David Adam2015-02-02
* Unexport CMD_DURATIONGravatar Ben Hamilton2015-01-16
* use configure to define NOMACROSGravatar David Adam2014-12-21
* Solaris build fixes: pick the right curses more of the timeGravatar David Adam2014-12-21
* Fix to avoid shortening the command line on tab completions.Gravatar ridiculousfish2014-11-06
* Fix to swallow BOMs in sourced filesGravatar ridiculousfish2014-11-01
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
* Added fish_preexec and fish_postexec eventsGravatar Jan-Thorsten Peter2014-10-01
* Make escape() return a wcstringGravatar Kevin Ballard2014-09-25
* Allow U+F8FF to be typedGravatar Kevin Ballard2014-09-21
* Make redirections and pipes expand abbreviations tooGravatar ridiculousfish2014-09-19
* Expand abbreviations on semicolon per #731Gravatar ridiculousfish2014-09-19
* Fix the fix for `commandline -i` in bindsGravatar Kevin Ballard2014-09-03
* New -n option for read builtinGravatar Joseph Tannhuber2014-09-03
* Fix `commandline` behavior in bind functionsGravatar Kevin Ballard2014-08-29
* Accepting an autosuggestion should clear the pagerGravatar ridiculousfish2014-08-11
* Set $CMD_DURATION to milliseconds. Fixes #1585Gravatar Gio d'Amelio2014-08-04
* Clean up reader_write_title to work with wcstringGravatar ridiculousfish2014-08-02
* add command line string as $argv[1] for fish_titleGravatar jianjun2014-08-02
* Make abbreviations work correctly with type-aheadGravatar ridiculousfish2014-07-25
* Allow parse_util_detect_errors to treat incomplete strings as errorsGravatar ridiculousfish2014-07-24
* Fix for crash in kill-whole-lineGravatar ridiculousfish2014-07-13
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-03-30
|\
* | Changes to bind_mode implementation based on code review and mergeGravatar ridiculousfish2014-03-30
* | Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\ \
| | * Allow appending path hints to history items after they have been added,Gravatar ridiculousfish2014-03-28
| |/
| * Equip syntax highlighting with a variant that does no disk I/O. InvokeGravatar ridiculousfish2014-03-26
| * Fix for issue where pager contents may stay around if you executed aGravatar ridiculousfish2014-03-20
| * Remove support for input IO_BUFFERs, which were only used by fish_pagerGravatar ridiculousfish2014-03-15
| * Remove old fish_pager source and implementationGravatar ridiculousfish2014-03-15
| * Remove support for invoking old pagerGravatar ridiculousfish2014-03-15
| * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| * Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
| * Allow double-tapping tab to fully disclose pager, per #291Gravatar ridiculousfish2014-02-20
| * Remove the reader_selected_completion_changed callback. Fix a hang whenGravatar ridiculousfish2014-02-16
| * Make COMPLETE_AND_SEARCH always show the search field. Also end paging uponGravatar ridiculousfish2014-01-28
| * Make return not execute the selected completion in the pager, insteadGravatar ridiculousfish2014-01-27
| * Make escape clear the current completionGravatar ridiculousfish2014-01-27