vis: allow :-commands containing a hyphen
[vis.git] / ui-curses.h
blob34897ee91cb245077436f25d4a27da4d40cc6715
1 #ifndef UI_CURSES_H
2 #define UI_CURSES_H
4 #include <curses.h>
5 #include "ui.h"
7 Ui *ui_curses_new(void);
8 void ui_curses_free(Ui*);
10 #endif