Remove unused field
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
Generate Sponsors README / deploy (push) Has been cancelled

This commit is contained in:
Junegunn Choi
2025-09-27 22:34:12 +09:00
parent 687074e772
commit db2e95b1f2

View File

@@ -400,7 +400,6 @@ type Terminal struct {
initFunc func() error
prevLines []itemLine
suppress bool
sigstop bool
startChan chan fitpad
killChan chan bool
serverInputChan chan []*action