aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* 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
| * Make arrow keys navigate completions instead of manipulate completionGravatar ridiculousfish2014-01-27
| * Support escape or up-arrow to cancel the completion search field.Gravatar ridiculousfish2014-01-27
| * Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| * Eliminate dangerous command_length() function. Use editable_line_t in aGravatar ridiculousfish2014-01-26
| * Refactor reader to work on selectable 'editable_line_t' so that mostGravatar ridiculousfish2014-01-26
| * Beginnings of work for search field feature of new pagerGravatar ridiculousfish2014-01-26
| * Add fish_new_pager variable to enable new pager on request, disabled by default.Gravatar ridiculousfish2014-01-24
| * Support for "merged completions" (multiple completions on the same line)Gravatar ridiculousfish2014-01-24
* | Add 'and' input function; fixes a bug with t,TGravatar Julian Aron Prenner2014-01-23
| * Various tweaks and improvements to new pager, including disclosureGravatar ridiculousfish2014-01-22
* | Experimental support for f,F,t,T vi commands.Gravatar Julian Aron Prenner2014-01-22