dotfiles/.config/suckless/st/patch/iso14755.h

7 lines
175 B
C
Raw Normal View History

2024-04-23 04:34:15 +02:00
#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 *);