Commits


remove the description about the session file format It's been changed recently (see history & killed files) and I don't want to keep documenting it: users shouldn't mess with their history file that easily (this is not an excuse for sloppy parsing, which isn't the case.) Furthermore, the format is easy, I think intuitive, and the code easily found in fs.c.


bump manpage date


document max-killed-tabs and tab-undo-close


s/change-title/update-title/


rephrase CAVEATS as per Florian suggestion, thanks!


rename set-title to change-title "set set-title = 1" is quite a mouthful. The old name will still be supported for a while to ease backwards compatibility.


bind del (aka backspace) to previous page Suggested by Florian, thanks!


add --corours as an alias for --color Suggested by Florian, thanks!


update the date


some Pa -> Ar and use ~/ instead of $HOME/


mention that we're expecting an UTF-8 environment.


[xdg] move pages path under $XDG_DATA_HOME instead of CONFIG_HOME OK andrea


document the download lines for styling


move the CONFIGURATION FILE section above default keys It's clearer to specify first the configuration file before dumping all the keys and available functions.


tweak the documentation wrt XDG and ~/.telescope Point out that *by default* telescope uses XDG-style directories, but if ~/.telescope exists XDG is ignored. While here also use a shorter URL for the XDG spec and add it to the STANDARDS section of the manpage.