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

fzf --tmux 9999
    # height too large
This commit is contained in:
Junegunn Choi 2024-05-29 02:07:56 +09:00
parent a8f3a0dd59
commit 1d59ac09d2
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -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() {