Commits


load alternate config file per-TERM


make \n optional in some contexts


typo prefix "→ " " " ended up using both as prefix for the line and the continuations the first string given, ignoring the second argument. Found and reported by tgl, thanks!!


allow `bind map key cmd' in config file


second part of my "ignore \r"


ignore \r otherwise it would complain about a syntax error (it would treat \r as a string of one character.) Found by TheGnuserland, thanks!!


add support for custom protocol proxies


support 256 colors! Allow `colorN' and `colourN' (where 0 <= N < 256) as color specifier.


allow changing the attributes `attr' now follows the same rule as `fg' and `bg', with the three airity variant. Attributes by themselves are a comma-separated list of keywords, each one representing a ncurses attribute.


allow customizing left and right padding + use_default_colors


kill debug comment


rework color management: introduce the trailing props now, instead of prefix and line style, I'm adding the trailing style too. This changed the configuration syntax too.


first scratch for colour support!


start to implement `set' in config


declare setprfx