mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 07:15:05 +00:00
Fix for broken composed keys in x11new.
This commit is contained in:
@@ -991,6 +991,11 @@ unsigned long XCursesKeyPress(XEvent *event)
|
||||
|
||||
XC_LOG(("XCursesKeyPress() - called\n"));
|
||||
|
||||
/* In compose -- ignore elements */
|
||||
|
||||
if (XFilterEvent(event, XCURSESWIN))
|
||||
return -1;
|
||||
|
||||
/* Handle modifier keys first; ignore other KeyReleases */
|
||||
|
||||
if (event->type == KeyRelease)
|
||||
|
||||
Reference in New Issue
Block a user