mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 14:23:47 -05:00
@@ -5867,7 +5867,7 @@ func (t *Terminal) Loop() error {
|
|||||||
|
|
||||||
if me.Down {
|
if me.Down {
|
||||||
mxCons := util.Constrain(mx-t.promptLen, 0, len(t.input))
|
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
|
// Prompt
|
||||||
t.cx = mxCons + t.xoffset
|
t.cx = mxCons + t.xoffset
|
||||||
} else if my >= min {
|
} else if my >= min {
|
||||||
|
|||||||
Reference in New Issue
Block a user