mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
8b858f2fcc
Lynx uses a very naïve method of applying styles to HTML elements by hashing the element type and the class name to generate a map of hash:style. After the hash is calculated, Lynx does not go back and check whether or not the actual string values match the LSS properties. See the following links on the Links mailing list: * http://lists.gnu.org/archive/html/lynx-dev/2015-12/msg00037.html * http://lists.gnu.org/archive/html/lynx-dev/2015-12/msg00039.html This patch copies the default Lynx stylesheet but removes highlighting and other styles that would result in unreadable text (due to not enough contrast with the background color), and if the `help` builtin detects that the best web browser to use is Lynx, it instructs it to use this modified stylesheet. |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |