mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Add {show,hide,toggle}-input and expose $FZF_INPUT_STATE
This commit is contained in:
@@ -1228,4 +1228,10 @@ func (w *LightWindow) EraseMaybe() bool {
|
||||
|
||||
func (r *LightRenderer) HideCursor() {
|
||||
r.showCursor = false
|
||||
r.csi("?25l")
|
||||
}
|
||||
|
||||
func (r *LightRenderer) ShowCursor() {
|
||||
r.showCursor = true
|
||||
r.csi("?25h")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user