Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

can not use curses LIBS by -lcurses

vt100.c: #include <curses.h> int main() { initscr(); //box(stdscr,ACS_VLINE,ACS_HLINE); move(LINES/2,COLS/2); waddstr(stdscr,"Hello,world!"); refresh(); getch(...