summaryrefslogtreecommitdiff
path: root/archive/st/patch/iso14755.h
blob: 45a3d7a4553d15641c849120a2ec47fd41798232 (plain)
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 *);