st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

iso14755.h (174B)


      1 #define NUMMAXLEN(x)		((int)(sizeof(x) * 2.56 + 0.5) + 1)
      2 
      3 /* constants */
      4 #define ISO14755CMD		"dmenu -w \"$WINDOWID\" -p codepoint: </dev/null"
      5 
      6 void iso14755(const Arg *);