vip

VI Plus
git clone https://codeberg.org/night0721/vip
Log | Files | Refs | README | LICENSE

bar.h (169B)


      1 #ifndef BAR_H_
      2 #define BAR_H_
      3 
      4 void draw_status_bar(struct abuf *ab);
      5 void draw_message_bar(struct abuf *ab);
      6 void set_status_bar_message(const char *fmt, ...);
      7 
      8 #endif