~kris/suckless

st

st/patch/iso14755.h -rw-r--r-- 174 bytes
15f7a94e — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
#define NUMMAXLEN(x)		((int)(sizeof(x) * 2.56 + 0.5) + 1)

/* constants */
#define ISO14755CMD		"dmenu -w \"$WINDOWID\" -p codepoint: </dev/null"

void iso14755(const Arg *);