aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
Commit message (Collapse)AuthorAge
* Fix for https://github.com/fish-shell/fish-shell/issues/209Gravatar ridiculousfish2012-07-06
| | | | Don't hang if stdin is closed and we have no bindings
* Add command to temporarily suppress the autosuggestion featureGravatar Ian Munsie2012-07-01
| | | | | | | | Autosuggestion will be automatically re-enabled next time a character is inserted. An alternative implementation would require another command to explicitly re-enable it. Signed-off-by: Ian Munsie <darkstarsword@gmail.com>
* Fix to stop identifying SnowLeopard's terminal as term256Gravatar ridiculousfish2012-06-05
|
* Fix to disable VDSUSP, which allows control-Y to serve as yank on OS XGravatar ridiculousfish2012-06-02
|
* Default all xterms into term256Gravatar ridiculousfish2012-04-01
|
* Updated a commentGravatar ridiculousfish2012-03-06
|
* Notice when fish_term256 changes and react to itGravatar ridiculousfish2012-03-05
|
* Begin to rework term256 supportGravatar ridiculousfish2012-03-05
|
* For for crash when typing backslash cGravatar ridiculousfish2012-03-03
|
* More work on improving interaction between fork and pthreads. Added ↵Gravatar ridiculousfish2012-02-29
| | | | null_terminated_array_t class.
* Really excise halloc from input.cppGravatar ridiculousfish2012-02-07
|
* Removed halloc from input.cppGravatar ridiculousfish2012-02-07
|
* Removed discriminated union from block_t type, allowing us to store ↵Gravatar ridiculousfish2012-02-07
| | | | wcstrings in it
* Migrate input_function_get_names to wcstring_list_tGravatar ridiculousfish2012-01-23
|
* More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
|
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
| | | | Migrate uses of empty() to missing() to distinguish between empty variable and unset variable
* Modified input.cpp, output.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
|
* 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
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26