aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
Commit message (Expand)AuthorAge
* 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
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20