aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.cpp
Commit message (Collapse)AuthorAge
* fix logicGravatar maxfl2012-06-29
|
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
| | | | | | fish_pager_color_secondary to set background of every second completion line. It simplifies finding the options corresponding to given description. Default color is 151515.
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
| | | | Made echo a builtin
* Begin to rework term256 supportGravatar ridiculousfish2012-03-05
|
* Removed buffer_tGravatar ridiculousfish2012-03-04
|
* Fix a bug where wfopen would always failGravatar ridiculousfish2012-03-03
| | | | Removed some buffer_t
* Remove string_buffer_t (!)Gravatar ridiculousfish2012-03-03
|
* Some initial changes to use CLO_EXEC, with an eye towards some day using it ↵Gravatar Peter Ammon2012-03-02
| | | | correctly.
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
|
* Attempt to make fish_pager.cpp compile on LinuxGravatar ridiculousfish2012-02-13
|
* Color workGravatar ridiculousfish2012-02-11
|
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
|
* Fix for pager regressionGravatar ridiculousfish2012-02-09
|
* More changes to fish pager to fix regressions. It didn't actually work.Gravatar ridiculousfish2012-02-09
|
* Removed halloc and al_list from fish_pager. paging still seems to workGravatar ridiculousfish2012-02-09
|
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
| | | | Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)
* Improved const-correctness, eliminating warnings.Gravatar Peter Ammon2012-01-14
| | | | Migrated some int to size_t
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26