Dario Hamidi
Dario Hamidi
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...
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...
Provide the necessary metadata to build a debian package, probably when invoking `make dist`.
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...