aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
Commit message (Expand)AuthorAge
* Change lookahead_list into a queueGravatar Sanne Wouda2015-04-19
* Rework mode handling of `bind`Gravatar Kevin Ballard2014-09-22
* R_MAX should be R_CANCEL nowGravatar Kevin Ballard2014-09-21
* Initial work to support for term-24bit ("true color")Gravatar ridiculousfish2014-09-19
* Fix `commandline` behavior in bind functionsGravatar Kevin Ballard2014-08-29
* bind should not show -k for bindings that are escape sequences, not keysGravatar ridiculousfish2014-07-07
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Changes to bind_mode implementation based on code review and mergeGravatar ridiculousfish2014-03-30
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\
| * Test and fix issue where, if binding X is a prefix of binding Y, and XGravatar ridiculousfish2014-02-12
| * 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
* | Add 'and' input function; fixes a bug with t,TGravatar Julian Aron Prenner2014-01-23
* | Experimental support for f,F,t,T vi commands.Gravatar Julian Aron Prenner2014-01-22
| * Correct the correspondence between name_arr and the input codes.Gravatar ridiculousfish2014-01-21
* | Set $fish_bind_mode to default on fish startup; set $fish_key_bindingsGravatar Julian Aron Prenner2014-01-19
* | Add kill-selection function and visual binds for 'y' and 'd'Gravatar Julian Aron Prenner2014-01-18
* | Add experimental support for selection and visual modeGravatar Julian Aron Prenner2014-01-15
* | Better input handling; add support multiple binding commandsGravatar Julian Aron Prenner2014-01-01
* | Allow restricting earsing and listing of bindings to specific mode;Gravatar Julian Aron Prenner2013-12-31
* | Implement bind modesGravatar Julian Aron Prenner2013-12-31
|/
* add support for downcase-word, upcase-word and capitalise-wordGravatar Christian Rishøj2013-09-09
* transpose-wordsGravatar Christian Rishøj2013-06-02
* command and binding for transpose-charsGravatar Christian Rishøj2013-05-24
* Eliminate a static string from input_terminfo_get_sequenceGravatar ridiculousfish2013-04-15
* Use the new input_common_add_callback mechanism to not execute callbacks whil...Gravatar ridiculousfish2013-04-03
* Fix for an exception in a non-interactive shell with empty inputGravatar ridiculousfish2012-12-20
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
* Added binding for accepting an autosuggestionGravatar ridiculousfish2012-07-15
* Add command to temporarily suppress the autosuggestion featureGravatar Ian Munsie2012-07-01
* Notice when fish_term256 changes and react to itGravatar ridiculousfish2012-03-05
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Migrate input_function_get_names to wcstring_list_tGravatar ridiculousfish2012-01-23
* More work to migrate off of ad-hoc data structuresGravatar ridiculousfish2011-12-31
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Drop the unneeded input-function delete-line. It was only there for compatiab...Gravatar liljencrantz2007-09-30
* Drop the unneeded input-function exit. It was only there for compatiability w...Gravatar liljencrantz2007-09-29
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Make sure cwd colors update when the variable changes. This is a common regre...Gravatar axel2006-12-12
* Fix beginning/end-of-line input function, add beginning/end-of-buffer functionsGravatar axel2006-11-01
* Allow Meta-newline to always insert a newline characterGravatar axel2006-10-09
* Detect and handle terminals size changesGravatar axel2006-10-05
* Some minor steps towards making vi-mode workGravatar axel2006-07-24
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14