aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 33350575bcf..4e0dfa58c63 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -2708,7 +2708,7 @@ ns_scroll_run (struct window *w, struct run *run)
2708 2708
2709 [view copyRect:srcRect to:dest]; 2709 [view copyRect:srcRect to:dest];
2710#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED < 101400 2710#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED < 101400
2711 [view setNeedsDisplayInRect:destRect]; 2711 [view setNeedsDisplayInRect:srcRect];
2712#endif 2712#endif
2713 } 2713 }
2714 2714