index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
fish_pager.c
Commit message (
Expand
)
Author
Age
*
Fix accidentally triggering of error condition when nothing bad happened in f...
axel
2007-01-09
*
Fix indentation and add a few comments to fish_pager
axel
2007-01-08
*
Redo the interface between fish and the completion pager. The old interface h...
axel
2007-01-08
*
Fix bug in completion pager where non-ascii characters where escaped because ...
axel
2007-01-03
*
A few more minor code tweaks to fish_pager, including added documentation and...
axel
2006-10-22
*
Add documentation, fix memory leaks and do minor code tweaks in fish_pager
axel
2006-10-22
*
Fix bug in the input buffering of messages to/from fishd causing garbled mess...
axel
2006-10-11
*
New status message for fish_pager
axel
2006-09-04
*
Minor code tweaks, mostly things like indentation, but also a ferw code reord...
axel
2006-08-28
*
Minor tweaks to previous fish_pager patch to fix two bugs
axel
2006-08-22
*
fish_pager_via_stdin
stew
2006-08-22
*
Check return value of del_curterm
axel
2006-08-14
*
Make fish pager use non-universal variables as well for getting it's colors
axel
2006-08-12
*
More header/autoconf fixes, improve winsize checking
axel
2006-08-10
*
Documentation updates. Fixes a few formating bugs, adds various minor missing...
axel
2006-06-17
*
Minor code cleanup
axel
2006-06-02
*
Fix some minor 64-bit uncleanlieness - thanks to James Anthill
axel
2006-06-02
*
Properly exit ca_mode terminal mode on exit
axel
2006-05-26
*
Move all fallbacks for standard and not-so-standard unix functions to fallbac...
axel
2006-02-28
*
Various minor edits
axel
2006-02-25
*
Fix rare accidental ellipsisizing of strings that will actually fit in fish_p...
axel
2006-02-21
*
Use plgin support in output.c to make buffered pager output - noticably faste...
axel
2006-02-17
*
Fix minor display bugs and a memory leak in fish_pager
axel
2006-02-14
*
Group multiple switches with common description together when printing comple...
axel
2006-02-14
*
Check if curses-string 'flash_screen' is set before using it in fish_pager
axel
2006-02-12
*
Another halloc:ification of fish. Halloc has been extended to allow registeri...
axel
2006-02-10
*
Remove old unneeded code that makes fish_pager wait to become owner of the te...
axel
2006-02-03
*
Add support for calculating completions for arbitrary commands through the 'c...
axel
2006-01-31
*
Add support for correctly handling illegal character strings
axel
2006-01-28
*
Check location of term.h header (updated)
axel
2006-01-19
*
Improve locale implementation (should now behave identically to bash) and doc...
axel
2006-01-09
*
Translate most shellscript output, translate internal completion descriptions...
axel
2006-01-05
*
Optimize interactive input reader by allowing multiple input characters betwe...
axel
2005-10-14
*
Try to dup stderr if fopen(ttyname) fails on init (Needed when using su)
axel
2005-10-12
*
Check that there are a sufficient number of arguments for fish_pager
axel
2005-10-12
*
Event handling and job reaping updates
axel
2005-10-12
*
API cleanup
axel
2005-10-07
*
Initial revision
axel
2005-09-20