Commits


finally start this completion-read


simplify conditionals


handle gracefully really small windows (< 15 lines)


foreshadowing: the "real" completing_read


tweak the handle_resize_nodelay logic


move defaults.c decls. to their own header


completing_read: take tab pointer instead of id


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


move utf8 decl. to utf8.h


move ui decl. to ui.h


move declarations to minibuffer.h


move minibuffer-related fns to their own file and a bit of foreshadowing... :)


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