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:
@@ -400,7 +400,6 @@ type Terminal struct {
|
|||||||
initFunc func() error
|
initFunc func() error
|
||||||
prevLines []itemLine
|
prevLines []itemLine
|
||||||
suppress bool
|
suppress bool
|
||||||
sigstop bool
|
|
||||||
startChan chan fitpad
|
startChan chan fitpad
|
||||||
killChan chan bool
|
killChan chan bool
|
||||||
serverInputChan chan []*action
|
serverInputChan chan []*action
|
||||||
|
|||||||
Reference in New Issue
Block a user