index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
input.cpp
Commit message (
Expand
)
Author
Age
...
*
Fix indentation of switch statements
ridiculousfish
2012-11-19
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Łukasz Niemier
2012-11-18
*
Support for fish_right_prompt
ridiculousfish
2012-11-07
*
Wrong sense of check for initializing key bindings
ridiculousfish
2012-10-30
*
keybindings → key_bindings (for consistency)
Nate Soares
2012-10-20
*
Adopt posix_spawn (!)
ridiculousfish
2012-08-15
*
Various changes to reduce fish's compiled code size
ridiculousfish
2012-07-17
*
Added binding for accepting an autosuggestion
ridiculousfish
2012-07-15
*
Fix for https://github.com/fish-shell/fish-shell/issues/209
ridiculousfish
2012-07-06
*
Add command to temporarily suppress the autosuggestion feature
Ian Munsie
2012-07-01
*
Fix to stop identifying SnowLeopard's terminal as term256
ridiculousfish
2012-06-05
*
Fix to disable VDSUSP, which allows control-Y to serve as yank on OS X
ridiculousfish
2012-06-02
*
Default all xterms into term256
ridiculousfish
2012-04-01
*
Updated a comment
ridiculousfish
2012-03-06
*
Notice when fish_term256 changes and react to it
ridiculousfish
2012-03-05
*
Begin to rework term256 support
ridiculousfish
2012-03-05
*
For for crash when typing backslash c
ridiculousfish
2012-03-03
*
More work on improving interaction between fork and pthreads. Added null_term...
ridiculousfish
2012-02-29
*
Really excise halloc from input.cpp
ridiculousfish
2012-02-07
*
Removed halloc from input.cpp
ridiculousfish
2012-02-07
*
Removed discriminated union from block_t type, allowing us to store wcstrings...
ridiculousfish
2012-02-07
*
Migrate input_function_get_names to wcstring_list_t
ridiculousfish
2012-01-23
*
More work towards instanced parser. First successful compilation
ridiculousfish
2012-01-22
*
Redesign new environment variables to use env_var_t instead of wcstring
Peter Ammon
2012-01-14
*
Modified input.cpp, output.cpp to use env_get_string()
Siteshwar Vashisht
2012-01-12
*
More work to migrate off of ad-hoc data structures
ridiculousfish
2011-12-31
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
Initial C++ conversion
ridiculousfish
2011-12-26
[prev]