mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-24 17:03:49 -07:00
@@ -771,7 +771,7 @@ func NewTerminal(opts *Options, eventBox *util.EventBox, executor *util.Executor
|
||||
pointerLen: uniseg.StringWidth(*opts.Pointer),
|
||||
marker: *opts.Marker,
|
||||
markerLen: uniseg.StringWidth(*opts.Marker),
|
||||
markerMultiLine: opts.MarkerMulti,
|
||||
markerMultiLine: *opts.MarkerMulti,
|
||||
wordRubout: wordRubout,
|
||||
wordNext: wordNext,
|
||||
cx: len(input),
|
||||
|
Reference in New Issue
Block a user