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

move utf8 decl. to utf8.h


Omar Polo

move ui decl. to ui.h


Omar Polo

move declarations to minibuffer.h


Omar Polo

move minibuffer-related fns to their own file

and a bit of foreshadowing... :)


Omar Polo

rename minibuf to echoarea

there's a close relationship between the echoarea and the minibuffer, but let's call it echoarea for now.