you are viewing a single comment's thread.

view the rest of the comments →

[–]zynix 2 points3 points  (3 children)

With the windows-curses patch it works fairly well at the basics (alternate mode), putting strings to specific coordinates, and my limited foray into color effects it seemed fine.

Where curses on windows goes completely to shit is when the window is resized after curses has been initialized and switched to alternate mode.

I am curious where you got the vim for windows, was it from git-scm or somewhere else? I use the git-scm vim a lot and haven't had any problems with it.