Skip to content

Commit aaa5482

Browse files
authored
Update input.cpp
1 parent e03253e commit aaa5482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/platforms/input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Term::Event Term::Platform::read_raw()
4646
{
4747
case KEY_EVENT:
4848
{
49-
if(buf[i].Event.KeyEvent.wVirtualKeyCode != 0) break; //skip them for now
49+
//if(buf[i].Event.KeyEvent.wVirtualKeyCode != 0) break; //skip them for now
5050
if(buf[i].Event.KeyEvent.bKeyDown)
5151
{
5252
std::size_t size_needed = WideCharToMultiByte(CP_UTF8, 0, &buf[i].Event.KeyEvent.uChar.UnicodeChar, -1, NULL, 0, NULL, NULL);

0 commit comments

Comments
 (0)