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
vis: improve cursor alignment command <C-a>
[vis.git]
/
ui-curses.h
blob
34897ee91cb245077436f25d4a27da4d40cc6715
1
#ifndef UI_CURSES_H
2
#define UI_CURSES_H
3
4
#include <curses.h>
5
#include
"ui.h"
6
7
Ui
*
ui_curses_new
(
void
);
8
void
ui_curses_free
(
Ui
*);
9
10
#endif