about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--081run_interactive.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/081run_interactive.cc b/081run_interactive.cc
index 7bc2ca5a..2924c330 100644
--- a/081run_interactive.cc
+++ b/081run_interactive.cc
@@ -87,7 +87,7 @@ bool run_interactive(long long int address) {
   // we won't create a local scope so that we can get to the new screen after
   // we return from 'interactive'.
   load(string("recipe interactive [\n") +
-          "screen:address <- new-fake-screen 5, 5\n" +
+          "screen:address <- new-fake-screen 30, 5\n" +
           command + "\n" +
        "]\n");
   transform_all();