Commit Briefs

Omar Polo

typo + fmt


Omar Polo

factorize place_cursor


Omar Polo

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).




Omar Polo

(process) network -> net rename


Omar Polo

move utf8 decl. to utf8.h


Omar Polo

add missing files


Omar Polo

move ui decl. to ui.h


Omar Polo

add missing include parser.h


Omar Polo

reorder



Omar Polo

bugfix: allow editing minibuffer history

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


Omar Polo

move declarations to minibuffer.h


Omar Polo

move minibuffer-related fns to their own file

and a bit of foreshadowing... :)