mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term: remove enable_term_color_win()
This commit is contained in:
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 {
|
||||
enable_term_color_win()
|
||||
return _format_rgb(r, g, b, msg, open, close)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user