st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
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 *);