Bill Gray

Results 189 comments of Bill Gray

Hmmm... just tried it in gnome-terminal on Xubuntus 20.04 and 18.04. The latter did cause me to see a compilation error that I'll have to fix (failed to find wide-character...

Hi Steffen, Good point... with similar issues applying to files in 'lunar', 'sat_code', and 'jpl_eph'. I've been meaning to go through and add a license section to each for a...

Does this break both with 8-bit and wide-character builds? It would also be interesting to know if it breaks in PDCurses as well as with PDCursesMod. (Wrote the above --...

>the bad init had only an effect on the function if more than 100 characters are entered ...had an effect if _fewer_ than 100 characters are entered. (If you hit...

Seems fixed, based on my probably not exhaustive testing. I'm confident enough to close this.

Should have referenced commit e86d9c35683cfd06a25ad05974, in which the 'correct' cast was made to fix this issue.

Some overlap here with issue #209. Quite a bit, actually. As William noted in that issue, `getch()` will work with single-byte input; "The results are unspecified if the input is...

Also, note that in `getme.c`, at line 23, you set `linep = line`, and _then_ set `line = malloc( 100);` It ought to be the other way around. `gcc` warned...

On another point... your final result, with `LANG=de_DE.UTF-8` and `chcp 65001`, is actually getting UTF8 returned. For example, `ä` = U+00E4, and is encoded in Unicode as the two bytes...

The more I look into this, the less I know. About the only thing I _do_ know is that returning FFC3 FFA4 is absolutely Wrong. You could at least make...