Commit Briefs


Omar Polo

Explicitly include stdint


Omar Polo

Simplified stdin reading

A big buffer is allocated and all text is stored there. The overall time for reading/freeing the memory for the completion should be improved, no statistics made though.


Omar Polo

Update documentation


Omar Polo

TRANSPARENCY EVERYWHERE! + bugfix


Omar Polo

missing free


Omar Polo

fixed out-of-bound access


Omar Polo

forgot in usage the flag -m



Omar Polo

Scroll + Initial mouse handling

Scroll as respond to scroll event


Omar Polo

Better memory management

The completion are stored one after one instead of within a linked-list: since we know in advance the size this make sense. Before we allocate/deallocate the whole completion list on every `filter`, now we don't.


Omar Polo

fixed error in prompt rendering




Omar Polo

new options `-A` and `-d` + documentation

-A force the user to choose one of the completion -d defines a separator. Only the substring from separator and the end of the string is showed to the user, but the original line will be printed