Commit Briefs

Omar Polo

bump default fill-column to 120


Omar Polo

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.


Omar Polo

bind del (aka backspace) to previous page

Suggested by Florian, thanks!



Omar Polo

add side window for downloads






Omar Polo

add tab-bar-show option to control the tab bar rendering

If tab-bar-show is -1 hide the tab bar permanently, if it's 0 show it unconditionally. If it's 1, show the bar only when there is more than one tab.



Omar Polo

add autosave timer for the session

This is achieved by calling `autosave_hook' in interesting places, like new_tab or free_tab. It'll set up a timer to later persist the session. This is particularly useful to avoid loosing tabs on the event of a crash or unexpected system halt, or other similar event.


Omar Polo

sort


Omar Polo

colorize text/x-patch