summaryrefslogtreecommitdiffstats
path: root/src/tui
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-02-14 22:30:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-02-14 22:30:09 +0900
commit21da02fac2a6f8fd04052165efa52f8c11399bb7 (patch)
tree4242c83cc1b7893f144a8091f307d16f118d310b /src/tui
parent19569bd5c5e189d9fbc87ab3655f005baf73e4d7 (diff)
Fix indentation
Diffstat (limited to 'src/tui')
-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")