Commits


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


bind left/right arrows in the minibuffer


initialize minibuffer.len when entering


add minibuffer_delete_char and rename del to ..._backward_char