Stop on System/halt

This commit is contained in:
Devine Lu Linvega 2022-06-03 14:54:40 -07:00
parent 1b982f136c
commit 3f32b9f6f9
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ main(int argc, char **argv)
fds[0].events = fds[1].events = POLLIN;
/* main loop */
while(1) {
if(u.dev[0x0f])
break;
if(poll(fds, 2, 1000) <= 0)
continue;
while(XPending(display))