aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.c
Commit message (Expand)AuthorAge
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Minor code cleanupGravatar axel2006-06-02
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Properly exit ca_mode terminal mode on exitGravatar axel2006-05-26
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Various minor editsGravatar axel2006-02-25
* Fix rare accidental ellipsisizing of strings that will actually fit in fish_p...Gravatar axel2006-02-21
* Use plgin support in output.c to make buffered pager output - noticably faste...Gravatar axel2006-02-17
* Fix minor display bugs and a memory leak in fish_pagerGravatar axel2006-02-14
* Group multiple switches with common description together when printing comple...Gravatar axel2006-02-14
* Check if curses-string 'flash_screen' is set before using it in fish_pagerGravatar axel2006-02-12
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* 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