aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* Additional changes to try to improve line wrappingGravatar ridiculousfish2012-11-25
* Coalesce redundant repaints, prepare to address some resizing issues (again!)Gravatar ridiculousfish2012-11-24
* Improvements to avoid clearing the screen as often, which addresses a problem...Gravatar ridiculousfish2012-11-24
* Replaced some usage of wchar_t * with wcstring in complete(). Some style fixes.Gravatar ridiculousfish2012-11-23
* Make tok_first return a wcstring instead of a wchar_t*Gravatar ridiculousfish2012-11-21
* Remove tok_destroyGravatar ridiculousfish2012-11-21
* Work towards refactoring tokenizer to be a real objectGravatar ridiculousfish2012-11-21
* Changes to make word movement less aggressiveGravatar ridiculousfish2012-11-19
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Don't autosuggest in builtin_readGravatar ridiculousfish2012-11-18
* Restore terminal foreground process group on exitGravatar ridiculousfish2012-11-18
* Make tab-completion truncation less dumbGravatar ridiculousfish2012-11-09
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Bring back ellipsisGravatar ridiculousfish2012-11-05
* Initial right_prompt workGravatar ridiculousfish2012-11-04
* Don't use posix_spawn for commands that need to be put into foreground to avo...Gravatar ridiculousfish2012-11-04
* Fix to prevent buff_pos from underflowing in reader_killGravatar ridiculousfish2012-10-08
* Rewrite kill behavior (aka control-W) to do something betterGravatar ridiculousfish2012-10-04
* Fix to propagate the last color before highlighting completes, and to avoid r...Gravatar ridiculousfish2012-10-03
* Work on soft wrapping to address https://github.com/fish-shell/fish-shell/iss...Gravatar ridiculousfish2012-10-01
* Fix for displaying multiline promptsGravatar Siteshwar Vashisht2012-09-20
* Remove ellipsis and newlines from long linesGravatar Siteshwar Vashisht2012-09-18
* Made type property of block_t constant and privateGravatar ridiculousfish2012-08-26
* Support for tab cyling through completionsGravatar ridiculousfish2012-08-21
* Properly handle empty completions (e.g. tab-complete 'foo' with extant files ...Gravatar ridiculousfish2012-08-20
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Fix OS X compilationGravatar ridiculousfish2012-08-05
* Fixed compilation on LinuxGravatar Siteshwar Vashisht2012-08-05
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
* Additional warning fixes and migration from int to size_t or long where appro...Gravatar ridiculousfish2012-08-04
* More warning fixes and switching from int to long or size_tGravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Warning cleanupGravatar ridiculousfish2012-08-04
* Switch from std::list to std::vector in a few places to reduce compiled code ...Gravatar ridiculousfish2012-07-24
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* Added binding for accepting an autosuggestionGravatar ridiculousfish2012-07-15
* Deliver SIGHUP when we're exiting, even if stdin is not closed.Gravatar ridiculousfish2012-07-15
* Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
* First pass at making autosuggestions not trigger wrappingGravatar ridiculousfish2012-07-12
* Fix for https://github.com/fish-shell/fish-shell/issues/66Gravatar ridiculousfish2012-07-09
* Set single-line default promptGravatar maxfl2012-07-07
* Fix fish_prompt eventGravatar maxfl2012-07-06
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Fixed crash caused by pressing pageup button when no match (for typed command...Gravatar Siteshwar Vashisht2012-07-05
* Added missing break in case R_SUPPRESS_AUTOSUGGESTIONGravatar ridiculousfish2012-07-01
* Add command to temporarily suppress the autosuggestion featureGravatar Ian Munsie2012-07-01