index
:
ncurses-cpp.git
dev
Standart C++ wrap over ncurses
Daniil Rozanov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
01_simple_window
/
simple_window.cpp
blob: adba65403d799e92c19a1f8869a2015512f56d35 (
plain
)
1
2
3
4
5
6
#include <ncurses/ncurses.hpp>
int
main
(
int
argc
,
char
*
argv
[]) {
chtype i
;
return
0
;
}