-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.
Milestone
Description
Go version
golang.org/.x/term v0.33.0
Output of go env in your module/workspace:
n/aWhat did you do?
t := term.NewTerminal(rw, "Test> ")
line, err := t.ReadLine()paste multiple line
line one
line two
line three
complete code: https://github.com/ldemailly/go-scratch/blob/main/ghostty_issue/main.go
What did you see happen?
Test> line one
line two
line three
What did you expect to see?
Test> line one
Received line: "line one"
Paste indicator received.
Test> line two
Received line: "line two"
Paste indicator received.
Test> line three
Received line: "line three"
Paste indicator received.
Test>
I have the fix coming
Metadata
Metadata
Assignees
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.