Casey Muratori

Results 89 comments of Casey Muratori

If that's the case, it may be used incorrectly in refterm: https://github.com/cmuratori/refterm/blob/91e932f011e12c02a6c609ac59570f5c19fe4727/refterm_example_terminal.c#L1324 I used it "as if" it was as Mārtiņš said, meaning that it's just a handle I can...

I'm fine with this change, but a) this is not a cryptographic hash in the first place, and b) I'm not sure how to assess the improvement of this change...

I believe #2 is the primary possibility we are talking about. I don't know that #1 is particularly feasible. My question was more about me not knowing if the fix...

This is "by design", in that there is really no command line processing in the terminal. It's just the bare minimum so that commands can be tested. That said, it...

It supports all those languages just fine, it just doesn't support IME, because it's not a terminal, as it says right at the outset? \- Casey

It turned out that adding IME support was only a few lines of code, so I pushed a change that has it. Let me know if you can type Greek...

When I next get some time to play with this (next weekend?) I'll see about adding actual IME support. All I did for this round is accept UTF-16 WM_CHAR messages,...

> Your fix "kinda" works but not really. Here's a screenshot of me trying to type this: > Καλημέρα και καλή εβδομάδα I'd like to take a look at this...

Awesome! Glad to know that this is easily fixable. I will make the PostMessage change. The sad thing is, I actually thought of that, but I guess I didn't realize...

Awesome - I will get that fixed as well. \- Casey