summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tui/light.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index aca4c0bb..322584dd 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -644,7 +644,7 @@ func (r *LightRenderer) Resume(clear bool, sigcont bool) {
}
r.enableMouse()
r.flush()
- } else if sigcont && !r.fullscreen {
+ } else if sigcont && !r.fullscreen && r.mouse {
// NOTE: SIGCONT (Coming back from CTRL-Z):
// It's highly likely that the offset we obtained at the beginning is
// no longer correct, so we simply disable mouse input.