mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 00:21:04 +00:00
override wrap for image panel
This commit is contained in:
parent
ea8258d66e
commit
7e68985da5
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ func (gui *Gui) renderImageConfig(mainView *gocui.View, image *commands.Image) e
|
||||||
output += "\n\n" + history
|
output += "\n\n" + history
|
||||||
|
|
||||||
mainView.Autoscroll = false
|
mainView.Autoscroll = false
|
||||||
mainView.Wrap = gui.Config.UserConfig.Gui.WrapMainPanel
|
mainView.Wrap = false // don't care what your config is this page is ugly without wrapping
|
||||||
|
|
||||||
gui.renderString(gui.g, "main", output)
|
gui.renderString(gui.g, "main", output)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue