~kris/suckless

st

ref: 169e41e68736aa884f3b1894ffc5735f70e0edcd st/patch/iso14755.h -rw-r--r-- 174 bytes
169e41e6 — Kris Yotam Migrate to st-flexipatch with sixel support 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 *);