mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
8 lines
168 B
Go
8 lines
168 B
Go
package presentation
|
|
|
|
import "github.com/jesseduffield/lazygit/pkg/gui/style"
|
|
|
|
func OpensMenuStyle(str string) string {
|
|
return style.FgMagenta.Sprintf("%s...", str)
|
|
}
|