aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
Commit message (Expand)AuthorAge
* 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