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
test: update
[vis.git]
/
ui-terminal.h
blob
45286abffac2da254692d5fddba70c3f22efc057
1
#ifndef UI_TERMINAL_H
2
#define UI_TERMINAL_H
3
4
#include
"ui.h"
5
6
Ui
*
ui_term_new
(
void
);
7
void
ui_term_free
(
Ui
*);
8
9
#endif