There was an error while loading. Please reload this page.
1 parent e03253e commit aaa5482Copy full SHA for aaa5482
cpp-terminal/platforms/input.cpp
@@ -46,7 +46,7 @@ Term::Event Term::Platform::read_raw()
46
{
47
case KEY_EVENT:
48
49
- if(buf[i].Event.KeyEvent.wVirtualKeyCode != 0) break; //skip them for now
+ //if(buf[i].Event.KeyEvent.wVirtualKeyCode != 0) break; //skip them for now
50
if(buf[i].Event.KeyEvent.bKeyDown)
51
52
std::size_t size_needed = WideCharToMultiByte(CP_UTF8, 0, &buf[i].Event.KeyEvent.uChar.UnicodeChar, -1, NULL, 0, NULL, NULL);
0 commit comments