I am trying to use vim airline on windows 8(x86). I have managed to get it working in gvim 7.4 successfully.
How can I get the same look on vim running in command prompt?
What I can deduce from research is that cmd is not displaying unicode characters and even color is different ( I have set t_Co=256 on vimrc ). I have patched font installed and am currently using it on cmd (by adding it on registry).
cmd cannot display fancy glyphs, for example ⮀ is getting replaced by '>'.
I have even tried it on console2. What are possible option to get consistent look?