summaryrefslogtreecommitdiff
path: root/samples/01_simple_window/simple_window.cpp
blob: c0853e4afc188f09fb788062d235a286e662ee57 (plain)
1
2
3
4
5
6
7
#include <ncurses.h>
#include <ncurses/ncurses.hpp>

int main(int argc, char *argv[]) {
  chtype i;
  return 0;
}