mirror of
https://github.com/junegunn/fzf.git
synced 2025-05-19 04:40:22 -07:00
parent
200745011a
commit
62238620a5
@ -5867,7 +5867,7 @@ func (t *Terminal) Loop() error {
|
||||
|
||||
if me.Down {
|
||||
mxCons := util.Constrain(mx-t.promptLen, 0, len(t.input))
|
||||
if t.inputWindow == nil && my == t.promptLine() && mxCons >= 0 {
|
||||
if !t.inputless && t.inputWindow == nil && my == t.promptLine() && mxCons >= 0 {
|
||||
// Prompt
|
||||
t.cx = mxCons + t.xoffset
|
||||
} else if my >= min {
|
||||
|
Loading…
x
Reference in New Issue
Block a user