mirror of
https://github.com/bakkeby/st-flexipatch.git
synced 2026-03-31 00:07:45 +09:00
6 lines
174 B
C
6 lines
174 B
C
#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 *); |