aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.c
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Check return value of a few write calls and retry on EINTR, and fix a few oth...Gravatar axel2009-02-23
* Do not use carriage return in translated stringsGravatar liljencrantz2007-10-28
* Fix bug in pager causing some keybindings to be ignoerd because other are und...Gravatar liljencrantz2007-10-14
* Make completion system not use quoted string escapes, since it generally look...Gravatar liljencrantz2007-10-06
* Minor polish like adding missing whitespace, switch to using --argument switc...Gravatar liljencrantz2007-09-24
* Do not use enter/exit_ca_mode if they don't exist in fish_pagerGravatar liljencrantz2007-09-10
* Add better debbuging information when writembs is called with null value.Gravatar liljencrantz2007-09-10
* Fix compilation with Sun Studio compiler changing \e to \x1b as it does not s...Gravatar Claes Nästén2007-08-22
* Fix accidentally triggering of error condition when nothing bad happened in f...Gravatar axel2007-01-09
* Fix indentation and add a few comments to fish_pagerGravatar axel2007-01-08
* Redo the interface between fish and the completion pager. The old interface h...Gravatar axel2007-01-08
* Fix bug in completion pager where non-ascii characters where escaped because ...Gravatar axel2007-01-03
* A few more minor code tweaks to fish_pager, including added documentation and...Gravatar axel2006-10-22
* Add documentation, fix memory leaks and do minor code tweaks in fish_pagerGravatar axel2006-10-22
* Fix bug in the input buffering of messages to/from fishd causing garbled mess...Gravatar axel2006-10-11
* New status message for fish_pagerGravatar axel2006-09-04
* Minor code tweaks, mostly things like indentation, but also a ferw code reord...Gravatar axel2006-08-28
* Minor tweaks to previous fish_pager patch to fix two bugsGravatar axel2006-08-22
* fish_pager_via_stdinGravatar stew2006-08-22
* Check return value of del_curtermGravatar axel2006-08-14
* Make fish pager use non-universal variables as well for getting it's colorsGravatar axel2006-08-12
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
* 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