mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-04-02 07:21:51 +00:00
Change transform action to directly execute actions
To avoid filling up input channel for HTTP server
This commit is contained in:
parent
1707b8cdba
commit
cd114c6818
@ -3379,7 +3379,7 @@ func (t *Terminal) Loop() {
|
||||
case actTransform:
|
||||
body := t.executeCommand(a.a, false, true, true, false)
|
||||
actions := parseSingleActionList(strings.Trim(body, "\r\n"), func(message string) {})
|
||||
t.serverInputChan <- actions
|
||||
return doActions(actions)
|
||||
case actTransformBorderLabel:
|
||||
if t.border != nil {
|
||||
label := t.executeCommand(a.a, false, true, true, true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user