Pass-through error message from 'tmux display-popup'

fzf --tmux 9999
    # height too large
pull/3830/head
Junegunn Choi 4 weeks ago
parent a8f3a0dd59
commit 1d59ac09d2
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -103,6 +103,7 @@ func runProxy(commandPrefix string, cmdBuilder func(temp string) *exec.Cmd, opts
defer os.Remove(temp)
cmd := cmdBuilder(temp)
cmd.Stderr = os.Stderr
intChan := make(chan os.Signal, 1)
defer close(intChan)
go func() {

Loading…
Cancel
Save