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 + + +