Commits


bind <up> and <down> for completion instead of history <up> and <down> are now bound to previous/next-completion instead of previous/next-history-item


improve history navigation messages "no prev item" (or next) can be misleading during a completing-read


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


re-add line-types deleted by mistake


don't skip results


don't use implicit order


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


fix compilation


move defaults.c decls. to their own header


completing_read: take tab pointer instead of id


move pages decl. to their own header