@@ -0,0 +1,5 @@
package tmux
type Runner interface {
Run(string, ...string) ([]byte, error)
}
The note is not visible to the blocked user.