Commits


improvements for about:help and about:new


added about:about, about:blank and about:help pages


add new-tab-url config to specify the default url for new tabs


add fill-column config knob


start to implement `set' in config


declare setprfx


use async try_to_connect even when !HAVE_ASR_RUN


config: implement "prefix/cont"


move all styling to defaults.c i.e. don't hardcode text attributes


teach telescope how to backtab


mention the dependency on yacc


link the parser in the build and: * add some flags * document them * move the customizable stuff to defaults.c


first revision of a parser for the configuration file There is only the code to do the parsing, not actually applying them. The accepted syntax is as follows: # `set' to, hum, set options set max-redirect = 5 set new-tab-url = "about:blank" # change the styling style tabline foreground white style tabline background black style line.title2 { prefix "## " cont " " attr bold } # keybindings management bind global-map "1 G" beginning-of-buffer bind minibuffer-map "C-c" minibuffer-abort unbind minibuffer-map "C-g"


fix generated code


ignore dist tarballs