shithub: slug

Download patch

ref: d85a58ed0b40a8519a18aa828b8b30804d1f3e99
parent: ee5a2ea5ab003cd1a72c117c3d6635c9443a4aa6
author: phil9 <telephil9@gmail.com>
date: Sun Dec 4 11:19:14 EST 2022

increase mainstacksize to 16k

--- a/slug.c
+++ b/slug.c
@@ -1,5 +1,6 @@
 #include "a.h"
 
+int mainstacksize=16384;
 Mousectl *mc;
 Keyboardctl *kc;
 int drawing;