st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
Log | Files | Refs | README | LICENSE

keyboardselect_reflow_st.h (220B)


      1 void kbds_drawstatusbar(int y);
      2 void kbds_pasteintosearch(const char *, int, int);
      3 int kbds_isselectmode(void);
      4 int kbds_issearchmode(void);
      5 int kbds_drawcursor(void);
      6 int kbds_keyboardhandler(KeySym, char *, int, int);