commit | c5cd88554f1e0b2e9ff08d9a0748238dd8340ce1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 01 15:47:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 01 15:47:38 2018 +0200 |
tree | 68ebe38b30631520ddd3f0b93dc870624c66f0ae | |
parent | d76ce852668635d81778cedacc2d3f021ed4e475 [diff] [blame] |
patch 8.0.1783: cannot use 256 colors in a MS-Windows console Problem: Cannot use 256 colors in a MS-Windows console. Solution: Add 256 color support. (Nobuhiro Takasaki, closes #2821)
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro index 1bed98a..7f45c5c 100644 --- a/src/proto/os_win32.pro +++ b/src/proto/os_win32.pro
@@ -72,4 +72,5 @@ void control_console_color_rgb(void); int has_vtp_working(void); int use_vtp(void); +int is_term_win32(void); /* vim: set ft=c : */