I have a ncurses assignment
How to use ese key in ncures library.
if(c == KEY_ESC)
{
endwin();
}
above code is not working.
|
Go4Expert Member
|
|
| 10May2008,09:29 | #1 |
|
I have a ncurses assignment
How to use ese key in ncures library. if(c == KEY_ESC) { endwin(); } above code is not working. |