Update pager colors to use new non-bitmask architecture.

This commit is contained in:
ridiculousfish
2014-01-15 01:36:09 -08:00
parent 40897cd7da
commit 5953170f14
3 changed files with 26 additions and 101 deletions

View File

@@ -61,7 +61,14 @@ static const wchar_t * const highlight_var[] =
L"fish_color_escape",
L"fish_color_quote",
L"fish_color_redirection",
L"fish_color_autosuggestion"
L"fish_color_autosuggestion",
L"fish_pager_color_prefix",
L"fish_pager_color_completion",
L"fish_pager_color_description",
L"fish_pager_color_progress",
L"fish_pager_color_secondary"
};
/* If the given path looks like it's relative to the working directory, then prepend that working directory. */