Commit Briefs

Omar Polo

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



Omar Polo

typo





Omar Polo

de-const-ify


Omar Polo

typo


Omar Polo

document line.compl{,.current}



Omar Polo

add some documentation comment



Omar Polo

document M-t and tab-select



Omar Polo

refactor struct vline

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