chuck-haatvedt
chuck-haatvedt
Sorry about the confusion Simon, the issue is regarding the new version of PDCursesMOD 4.3.3 not behaving the same as the previous version 4.2.0 .... However there is also the...
Bill, with the 4.2.0 version i added a printf("size of chtype is %d \n", sizeof(chtype)); it printed 8 so i'm guessing that it is using chtype=64 which is what I...
i'll download version 4.2.0 and build pdcursesmod with that using OSDN MinGW and see that resolves the issues... I'll report back to here with the results... if that works, which...
> One point I should check on, though : am I correct that this problem occurs when reading "old" files with "new" code? If you call `putwin()` and then `getwin()`,...
Hello Bill, the window I saved had a solid black background and a bold green foreground. I tested versions 4.3.0, 4.3.1 and 4.3.2a and all of them had the same...
> Hi Chuck, > > I tracked down a Win1 0 box, and found that Shift-End was detected in WinCon. This was tested using `testcurs`; go to the "Input Test"...
 here is a screen shot of what should appear when loading the ACCTMNU window.
Bill, I may have had an issue with the way I built PDCurses in MINGW, please wait and don't spend any more of your time on this until I can...
Bill with the above PDC_set_function_key statements I was able to get version 4.3.3 working correctly... however I did have to change from using cbreak() to raw() for example here is...
Bill, thanks for your patience on helping someone with very little C knowledge get this working. I very much appreciate it. So I have a usable program by changing cbreak()...