ref: 0361e3f829bec0f239993868c0df0172ea8c8505
parent: 3eaeb2f739356a0ef78b0618d1b70b8609112439
author: phil9 <telephil9@gmail.com>
date: Thu Dec 29 15:07:34 EST 2022
increase main stack size
--- a/main.c
+++ b/main.c
@@ -1,5 +1,7 @@
#include "a.h"
+int mainstacksize = 32768;
+
Image *cols[Ncols];
Image *tick;
Mousectl *mc;