Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Sep 10, 2023
1 parent 03f4fb1 commit 434f70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2969,7 +2969,6 @@ public int win32_kbhit(void)
* Known issues:
* - WIN32getch API should be int like libc (with unsigned char values or -1).
* - The unicode code below can return 0 - incorrectly indicating scan code.
* - UTF16-LE surrogate pairs don't work (and return 0).
* - If win32_kbhit returns true then WIN32getch should never block, but it
* will block till the next keypress if it's numlock/capslock scan code.
*/
Expand Down

0 comments on commit 434f70c

Please sign in to comment.