m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

Remove unused field

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