Commits


first draft of history system is here


refactor minibuf_hist stuff into more general hist/histhead


show page title in tabs


drop useless struct declaration


move keymap funcs in its own file


avoid unnecessary wmove


display the current keychord in the minibuffer if empty


use werase instead of wclear to erase a window content


don't crash if cmd_push_button over the last line


add global keybindings space/M-space to scroll


fix cmd_scroll_down


keep track of continuation lines


don't leak memory if message gets called before the cleaning code


open URL in new tab


taint history in modifying commands