summaryrefslogtreecommitdiff
path: root/sys/src/cmd/samterm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/samterm/main.c')
-rw-r--r--sys/src/cmd/samterm/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/samterm/main.c b/sys/src/cmd/samterm/main.c
index 6f47e455c..71999b76b 100644
--- 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;