st

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/st
Log | Files | Refs | README | LICENSE

commit 49e9fb5aeba3b7bf5d7beb6733a362e3d8669436
parent 1ac94ef5a8f893183700799ae8096664043afbcf
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 29 Mar 2021 18:21:29 -0700

Start dmenu on bottom for ISO 14755 input

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -97,7 +97,7 @@ char *argv0; #define TRUEBLUE(x) (((x) & 0xff) << 8) /* constants */ -#define ISO14755CMD "dmenu -p codepoint: </dev/null" +#define ISO14755CMD "dmenu -b -p codepoint: </dev/null" enum glyph_attribute { ATTR_NULL = 0,