#include main() { initscr(); move(10, 20); printw("Szöveg"); refresh(); endwin() }