Commits


hard tabs


remove empty line in about:new


add toc, bound to t


use A_REVERSE instead of COLOR_CYAN for the selected completion cyan is cool, but only if the text is black. On dark terminals, where COLOR_DEFAULT is white for the foreground, using a cyan background is hard to read. Users can always drop something like the following to their configuration file style line.compl.current bg cyan


minibuffer: add jump_to_line and minibuffer_metadata


typo


don't allow to input special characters (e.g. ^U)


use strcasestr to compare (and include the compat)


fix (some) offset mis-calculations


de-const-ify


typo


document line.compl{,.current}


swiper & link-select using the minibuffer!


add some documentation comment


move some leftovers from ui.h to minibuffer.h