Commit Briefs

Omar Polo

refactor struct vline

the new `meta.data' field will be useful for holding completions data.



Omar Polo

wrap long line


Omar Polo

support completions in minibuffer + related interactive fns

* cmd.c (cmd_previous_completion): add previous-completion (cmd_next_completion): add next-completion (cmd_insert_current_candidate): add insert-current-candidate * minibuffer.c (enter_minibuffer): support completions in minibuffer



Omar Polo

simplify conditionals







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