From 7e50253e3490e28d41bec71d75e6badd497235b6 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 8 Sep 2021 07:56:02 +0200 Subject: [PATCH] elinks: dump in color --- .elinks/elinks.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.elinks/elinks.conf b/.elinks/elinks.conf index 91fce6d..e0ebf53 100644 --- a/.elinks/elinks.conf +++ b/.elinks/elinks.conf @@ -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 + # 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 + # Width of screen in characters when dumping documents. + set document.dump.width = 150 + + +