mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
37b8e55131
commit
e9119d4a2d
|
@ -248,7 +248,7 @@ func StartProgress() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
return fmt.Sprintf(formats.Escape, startProgress)
|
return startProgress
|
||||||
}
|
}
|
||||||
|
|
||||||
func StopProgress() string {
|
func StopProgress() string {
|
||||||
|
@ -256,7 +256,7 @@ func StopProgress() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
return fmt.Sprintf(formats.Escape, endProgress)
|
return endProgress
|
||||||
}
|
}
|
||||||
|
|
||||||
func Write(background, foreground color.Ansi, text string) {
|
func Write(background, foreground color.Ansi, text string) {
|
||||||
|
|
Loading…
Reference in a new issue