Commit Briefs


Omar Polo

more on style


Omar Polo

I like OpenBSD's style(9)




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.