aboutsummaryrefslogtreecommitdiff
path: root/ui-curses.h
blob: d23f8c36da2d6219a20aa5287ce8604f54c2543a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef UI_CURSES_H
#define UI_CURSES_H

#include <curses.h>
#include "ui.h"
#include "syntax.h"

Ui *ui_curses_new(void);
void ui_curses_free(Ui*);

#endif