forked from KolibriOS/kolibrios
console: wake caller when window is closing
git-svn-id: svn://kolibrios.org@1134 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1371a59b64
commit
f4ff19a0f0
@ -1689,6 +1689,7 @@ con.button:
|
|||||||
con.thread_exit:
|
con.thread_exit:
|
||||||
or byte [con_flags+1], 2
|
or byte [con_flags+1], 2
|
||||||
and [con.console_tid], 0
|
and [con.console_tid], 0
|
||||||
|
and [con.entered_char], 0
|
||||||
or eax, -1
|
or eax, -1
|
||||||
int 0x40
|
int 0x40
|
||||||
con.key:
|
con.key:
|
||||||
|
Loading…
Reference in New Issue
Block a user