je dobre si precist dokumentci k ncursesKód:#include <stdio.h> #include <ncurses.h> main() { int ch; initscr(); cbreak(); noecho(); ch=getch(); printf("\nstiskl jsi %c\n", ch); endwin(); }specialne fce initscr(), cbreak()/raw(), (no)echo(), endwin(). popr keypad() pro usnadneni identifikace klaves