dmenu: small XmbLookupString code improvements
authorHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 26 Oct 2022 07:43:17 +0000 (09:43 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 26 Oct 2022 07:43:17 +0000 (09:43 +0200)
commite42c03663442f5fb2f66dd59cc5bfdc61c53192c
treed4aed93d02df38bd0c80f4a3431212442a2dfeeb
parent1d2b462acf1210b8f86966b8dd9bb6e36e369ee1
dmenu: small XmbLookupString code improvements

* Increase the length of composed strings to the same limit as st (32 to 64 bytes).
* Initialize ksym to NoSymbol to be safe: currently this is not an issue though.
* Add comments to clarify the return values of XmbLookupString a bit.
dmenu.c