about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-25 22:11:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-25 22:11:58 -0700
commit955a66a504aec3f106b415d271403b63d0d0e410 (patch)
tree6a457dc193a213eaffc3f1f29d2e109d690380cd
parent96db91f8f65b9ca16491efa979017ab4fb271666 (diff)
downloadmu-955a66a504aec3f106b415d271403b63d0d0e410.tar.gz
1852
-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();