terminal
terminal copied to clipboard
Make KeyEvent char data a little less confusing
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.