Commit Briefs

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




Omar Polo

Added initial support for XEmbed.

MyMenu can now be included inside other window, with the -w arg