jim

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

output.h (166B)


      1 #ifndef OUTPUT_HEADER
      2 #define OUTPUT_HEADER
      3 
      4 void editorRefreshScreen();
      5 void editorSetStatusMessage(const char*, ...);
      6 void editorSetDefaultStatusMessage();
      7 
      8 #endif