repo.or.cz
/
vis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Overhaul build system
[vis.git]
/
ui-curses.h
blob
d23f8c36da2d6219a20aa5287ce8604f54c2543a
1
#ifndef UI_CURSES_H
2
#define UI_CURSES_H
3
4
#include <curses.h>
5
#include
"ui.h"
6
#include
"syntax.h"
7
8
Ui
*
ui_curses_new
(
void
);
9
void
ui_curses_free
(
Ui
*);
10
11
#endif