st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
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);