From dd156b59fc5f36a339e6bf632a72eda51b939eee Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 30 Jan 2017 01:08:07 +0900 Subject: Fix display issues with execute action - Move cursor to the top-left corner when starting a command in alternate screen - Fix cursor position when returning to alternate screen when fzf is running in full screen mode --- src/tui/light.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tui') diff --git a/src/tui/light.go b/src/tui/light.go index 90b3bae9..d5631ec9 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -534,6 +534,7 @@ func (r *LightRenderer) Pause() { r.rmcup() } else { r.smcup() + r.csi("H") } r.flush() } -- cgit v1.2.3