jim

Simple, lightweight, modal, vim-inspired text editor
git clone git://git.janpasierb.com/jim.git
Log | Files | Refs | README | LICENSE

input.h (138B)


      1 #ifndef INPUT_HEADER
      2 #define INPUT_HEADER
      3 
      4 char* editorPrompt(char*, void (*callback)(char*, int));
      5 void editorProcessKeypress();
      6 
      7 #endif