## ELinks 0.11.6 configuration file ## This is ELinks configuration file. You can edit it manually, ## if you wish so; this file is edited by ELinks when you save ## options through UI, however only option values will be altered ## and missing options will be added at the end of file; if option ## is not written in this file, but in some file included from it, ## it is NOT counted as missing. Note that all your formatting, ## own comments and so on will be kept as-is. ## ## Obviously, if you don't like what ELinks is going to do with ## this file, you can change it by altering the config.saving_style ## option. Come on, aren't we friendly guys after all? ############################## # Automatically saved options # ## config # Configuration handling options. ## config.saving_style_w [0|1] # This is internal option used when displaying a warning about # obsolete config.saving_style. You shouldn't touch it. set config.saving_style_w = 1 ## terminal # Terminal options. ## terminal.rxvt # Options specific to this terminal type (according to $TERM value). ## terminal.rxvt.colors set terminal.rxvt.colors = 1 ## terminal.rxvt.m11_hack [0|1] set terminal.rxvt.m11_hack = 0 ## terminal.rxvt.type set terminal.rxvt.type = 1 ## ui # User interface options. ## ui.language # Language of user interface. 'System' means that the language will # be extracted from the environment dynamically. set ui.language = "System" ############################## # Automatically saved options # ## terminal # Terminal options. ## terminal.rxvt # Options specific to this terminal type (according to $TERM value). ## terminal.rxvt.charset set terminal.rxvt.charset = "ISO-8859-1" ## terminal.rxvt.utf_8_io [0|1] set terminal.rxvt.utf_8_io = 1 ############################## # Automatically saved options # ## connection # Connection options. ## connection.ssl # SSL options. ## connection.ssl.cert_verify [0|1] # Verify the peer's SSL certificate. Note that this # needs extensive configuration of OpenSSL by the user. set connection.ssl.cert_verify = 0 ## cookies # Cookies options. ## cookies.accept_policy # Cookies accepting policy: # 0 is accept no cookies # 1 is ask for confirmation before accepting cookie # 2 is accept all cookies set cookies.accept_policy = 2 ## ui # User interface options. ## ui.clock # Digital clock in the status bar. ## ui.clock.enable [0|1] # Whether to display a digital clock in the status bar. set ui.clock.enable = 1 ## ui.leds # LEDs (visual indicators) options. ## ui.leds.enable [0|1] # Enable LEDs. # These visual indicators will inform you about various states. set ui.leds.enable = 1 ## ui.date_format # Date format to use in dialogs. See strftime(3). set ui.date_format = "%b %e %H:%M"