summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tui/light.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index a53e2876..37fcc122 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -552,9 +552,9 @@ func (r *LightRenderer) Resume() bool {
}
func (r *LightRenderer) Clear() {
- if r.fullscreen {
- r.csi("H")
- }
+ if r.fullscreen {
+ r.csi("H")
+ }
// r.csi("u")
r.origin()
r.csi("J")