~kris/suckless

st

ref: 180915a32d458ccf4191742cd6c27f20cdc46a65 st/patch/iso14755.h -rw-r--r-- 174 bytes
180915a3 — Kris Yotam Update README: clarify suckless repos are my builds 7 months 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 *);