We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c628d02 commit 310071fCopy full SHA for 310071f
session.go
@@ -10,6 +10,7 @@ import (
10
// Session represents an iTerm2 Session which is a pane
11
// within a Tab where the terminal is active
12
type Session interface {
13
+ Inject injects bytes as input to the terminal, as though the running program had produced them.
14
Inject(b []byte) error
15
SendText(s string) error
16
Activate(selectTab, orderWindowFront bool) error
0 commit comments