ref: 7c25ff0c11aaa58da9a1083a282a5fbe1e870119
parent: a28bdd3e1f4f02626ddad3bede139e4c245e8fb0
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Aug 7 21:44:20 EDT 2013
sam: avoid thread stack overflow with 32bit runes (from sources)
--- a/sys/src/cmd/samterm/main.c
+++ b/sys/src/cmd/samterm/main.c
@@ -9,6 +9,8 @@
#include "flayer.h"
#include "samterm.h"
+int mainstacksize = 16*1024;
+
Text cmd;
Rune *scratch;
long nscralloc;
--
⑨