mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
committed by
Stefan Haller
parent
00530477c9
commit
4bbfe7b3cc
@ -347,7 +347,7 @@ func (self *ConfirmationHelper) resizeMenu(parentPopupContext types.Context) {
|
||||
}
|
||||
|
||||
// Wraps the lines of the menu prompt to the available width and rerenders the
|
||||
// menu if neeeded. Returns the number of lines the prompt takes up.
|
||||
// menu if needed. Returns the number of lines the prompt takes up.
|
||||
func (self *ConfirmationHelper) layoutMenuPrompt(contentWidth int) int {
|
||||
oldPromptLines := self.c.Contexts().Menu.GetPromptLines()
|
||||
var promptLines []string
|
||||
|
Reference in New Issue
Block a user