diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tui/light.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tui/light.go b/src/tui/light.go index 9465c49a..a53e2876 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -552,6 +552,9 @@ func (r *LightRenderer) Resume() bool { } func (r *LightRenderer) Clear() { + if r.fullscreen { + r.csi("H") + } // r.csi("u") r.origin() r.csi("J") |
