mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-13 22:03:47 -05:00
@@ -1936,6 +1936,7 @@ func (t *Terminal) resizeWindows(forcePreview bool, redrawBorder bool) {
|
||||
pwidth -= 1
|
||||
}
|
||||
t.pwindow = t.tui.NewWindow(y, x, pwidth, pheight, tui.WindowPreview, noBorder, true)
|
||||
t.pwindow.SetWrapSign(t.wrapSign, t.wrapSignWidth)
|
||||
if !hadPreviewWindow {
|
||||
t.pwindow.Erase()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user