term: remove enable_term_color_win()
parent
2c7e0c0257
commit
0243f9b0e9
|
@ -11,6 +11,5 @@ pub fn format(msg, open, close string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn format_rgb(r, g, b int, msg, open, close string) string {
|
pub fn format_rgb(r, g, b int, msg, open, close string) string {
|
||||||
enable_term_color_win()
|
|
||||||
return _format_rgb(r, g, b, msg, open, close)
|
return _format_rgb(r, g, b, msg, open, close)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue