aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.c
Commit message (Expand)AuthorAge
* Remove old unneeded code that makes fish_pager wait to become owner of the te...Gravatar axel2006-02-03
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Add support for correctly handling illegal character stringsGravatar axel2006-01-28
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Try to dup stderr if fopen(ttyname) fails on init (Needed when using su)Gravatar axel2005-10-12
* Check that there are a sufficient number of arguments for fish_pagerGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* API cleanupGravatar axel2005-10-07
* Initial revisionGravatar axel2005-09-20