m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

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
This commit is contained in:
Junegunn Choi
2017-01-30 01:08:07 +09:00
parent 36dceecd58
commit dd156b59fc
2 changed files with 2 additions and 0 deletions

View File

@@ -534,6 +534,7 @@ func (r *LightRenderer) Pause() {
r.rmcup()
} else {
r.smcup()
r.csi("H")
}
r.flush()
}