terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Make KeyEvent char data a little less confusing

Open lhecker opened this issue 2 years ago • 0 comments

When working on #14745 I found KeyEvents a little hard to read in the debugger. I noticed that this is because of sign extension when converting chars to wchar_ts in KeyEvent::SetCharData.

lhecker avatar Jan 27 '23 17:01 lhecker