Stop on System/halt
This commit is contained in:
parent
1b982f136c
commit
3f32b9f6f9
|
@ -246,6 +246,8 @@ main(int argc, char **argv)
|
||||||
fds[0].events = fds[1].events = POLLIN;
|
fds[0].events = fds[1].events = POLLIN;
|
||||||
/* main loop */
|
/* main loop */
|
||||||
while(1) {
|
while(1) {
|
||||||
|
if(u.dev[0x0f])
|
||||||
|
break;
|
||||||
if(poll(fds, 2, 1000) <= 0)
|
if(poll(fds, 2, 1000) <= 0)
|
||||||
continue;
|
continue;
|
||||||
while(XPending(display))
|
while(XPending(display))
|
||||||
|
|
Loading…
Reference in New Issue