Dario Hamidi

Results 5 issues of Dario Hamidi

They clutter up the godoc.

enhancement

The size of the line buffer is static. While this puts an upper limit on tmenu's memory consumption, it also limits its usefulness. - Make tmenu's line buffer grow dynamically...

bug

Some people expect the arrow keys to work for selecting items in the menu or moving the text cursor (point). Thus the arrow keys should be bound in the following...

enhancement
important

Provide the necessary metadata to build a debian package, probably when invoking `make dist`.

enhancement

Currently `tmenu` only works in UTF-8 locales, because it expects the contents of the user input buffer to be UTF-8 encoded. In non-UTF-8 locales, input should be transcoded to UTF-8...

bug