Commits


bind and advertise B/F for previous/next-page instead of C-M-bf/b


typo + fmt


factorize place_cursor


simplify minibuffer/echoarea redraw split the logic into two functions: one to render the echoarea and one to rendere the minibuffer (when it's active).


refactor: all imsgs are completely asynchronous


move include after system includes


(process) network -> net rename


move utf8 decl. to utf8.h


add missing files


move ui decl. to ui.h


add missing include parser.h


reorder


move parser declarations so parser.h


bugfix: allow editing minibuffer history restore the current line, so the editing operations can actually modify the input buffer, instead of the history string.


move declarations to minibuffer.h