mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
term: colors on Windows console
* isConsole moved to builtin is_atty function * Windows console initialization moved to builtin.init
This commit is contained in:
parent
de36b61931
commit
e64609387d
7 changed files with 34 additions and 44 deletions
|
@ -151,9 +151,6 @@ byteptr g_str_buf;
|
|||
int load_so(byteptr);
|
||||
void reload_so();
|
||||
void init_consts();
|
||||
#ifdef _WIN32
|
||||
BOOL isConsole;
|
||||
#endif
|
||||
'
|
||||
|
||||
js_headers = '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue