summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorkatalx2026-01-28 21:15:24 -0500
committerkatalx2026-01-28 21:15:24 -0500
commit3f9f8b015922213611320ed9f5b0fb9e603a226c (patch)
tree1e27ed89ea28511673420634c81efc65adabc2ee /main.c
parent51f46587b509b3395cbd8acb73d53e1c1b031d7a (diff)
close events now work properly!!
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index fcbf219..0368e32 100644
--- a/main.c
+++ b/main.c
@@ -129,6 +129,8 @@ main(int argc, char **argv)
opt
);
break;
+ case UI_QUIT:
+ goto done;
default:
break;
}