ccmake for windows using (pd)curses
Hi,
I tried compiling ccmake using PDCurses for windows. It as simple as just using the PDCurses library instead, with little to none modifications of the source code. The only issue is that in ccmake.cxx you can't use the signal on console resize to trigger the callback. However, if you just remove those lines it compiles and just works (except for resizing.. but that must be solvable without too much hassle).
Is this of any interest to you?