aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 57b536d..a9ffb3e 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -446,7 +446,7 @@ void runes_screen_set_scroll_region(
RunesScreen *scr = &t->scr;
if (left > 0 || right < scr->grid->max.col - 1) {
- fprintf(stderr, "vertical scroll regions not yet implemented\n");
+ runes_warn("vertical scroll regions not yet implemented\n");
}
if (top > bottom) {