diff options
Diffstat (limited to 'baremetal/shell/sandbox.mu')
-rw-r--r-- | baremetal/shell/sandbox.mu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/baremetal/shell/sandbox.mu b/baremetal/shell/sandbox.mu index 92e88fc8..6d5f64db 100644 --- a/baremetal/shell/sandbox.mu +++ b/baremetal/shell/sandbox.mu @@ -16,7 +16,7 @@ fn initialize-sandbox _self: (addr sandbox) { var trace-ah/eax: (addr handle trace) <- get self, trace allocate trace-ah var trace/eax: (addr trace) <- lookup *trace-ah - initialize-trace trace, 0x100/lines + initialize-trace trace, 0x100/lines, 0x10/visible-lines } ## some helpers for tests @@ -176,6 +176,7 @@ fn run in: (addr gap-buffer), out: (addr stream byte), trace: (addr trace) { } # TODO: eval print-cell read-result, out + mark-lines-dirty trace } fn test-run-integer { |