summaryrefslogtreecommitdiff
path: root/src/scenes/resultView.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/resultView.c')
-rw-r--r--src/scenes/resultView.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenes/resultView.c b/src/scenes/resultView.c
index c63967a..f3735ed 100644
--- a/src/scenes/resultView.c
+++ b/src/scenes/resultView.c
@@ -58,7 +58,7 @@ bool drawResultView(void *self) {
Rectangle body = GetResultViewBodyRect(data->scroll_up);
DrawRecBordered(body, WHITE, data->value->result == RESULT_OK ? COLORSCHEME_GREEN : COLORSCHEME_ORANGE, BORDER);
- DrawTextInRec(body, data->value->stdout,
+ DrawTextInRec(body, data->value->stdout_sb,
GetMainFont(), 20, COLORSCHEME_BROWN, 3, &data->scroll);
return true;
}