about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--edit/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index 1de12fa8..e8f97fce 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -649,7 +649,7 @@ after <global-keypress> [
       number-of-sandboxes:number <- get *env, number-of-sandboxes:offset
       max:number <- subtract number-of-sandboxes, 1
       at-end?:boolean <- greater-or-equal *render-from, max
-      break-if at-end?
+      jump-if at-end?, +finish-event:label  # render nothing
       *render-from <- add *render-from, 1
     }
     hide-screen screen
oth <boothj5@gmail.com> 2015-01-10 01:06:52 +0000 Added test to ensure chat sessions cleared on cmd_disconnect' href='/danisanti/profani-tty/commit/tests/test_cmd_disconnect.c?id=ab7bd6fe5f9c0a0abdc82426ab2eaaeb9416da28'>ab7bd6fe ^
81190251 ^

ab7bd6fe ^

ab7bd6fe ^
055a5f71 ^
51bd4ed3 ^

ab7bd6fe ^
3bb1f124 ^
d1c71e98 ^
ab7bd6fe ^

81190251 ^
ab7bd6fe ^


f180925c ^



2215a379 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36