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?
The problem is not with the vim, but with the capabilities of the cmd terminal. It doesn't support normal code sequences, and there are a lot of other problems.
But cmd can display unicode characters. Your problem lies probably elsewhere. Maybe your vim doesn't support it?
Vim uses a lot of complex control sequences, so it expets a lot from the underlying terminal emulator.
On my opinion, you had to switch to a terminal emulator capable to use all of the currently common control sequences. I searched a lot for that as well, I found mintty the best. It is part of the cygwin/mingwin distribution, but you can use from them independently, too.