elinks: dump in color

This commit is contained in:
Tobias Schmidl 2021-09-08 07:56:02 +02:00
parent bd1af1d592
commit 7e50253e34

View file

@ -23,3 +23,38 @@ set ui.clock.enable = 1
set ui.language = "System"
set ui.leds.enable = 1
set ui.tabs.top = 1
##############################
# Automatically saved options
#
## document
# Document options.
## document.dump
# Dump output options.
## document.dump.color_mode <num>
# Color mode for dumps.
#
# Some modes may have been disabled at compile time. The Setup -> Terminal
# options dialog lists the modes supported by this executable. If you
# select an unsupported mode, ELinks uses 16 colors.
#
# The color modes are:
# -1 is standard dump mode
# 0 is mono mode
# 1 is 16 color mode
# 2 is 88 color mode
# 3 is 256 color mode
# 4 is true color mode
set document.dump.color_mode = 4
## document.dump.width <num>
# Width of screen in characters when dumping documents.
set document.dump.width = 150