I'm starting to use telnet for remote access and control of others windows pc. The problem that I'm facing is that when i start the VIM program the telnet session hangs and it doesn't respond to any key press. What is the reason behind that?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
closed as off topic by Iain♦, MDMarra, Shane Madden, Scott Pack, Miles Erickson Jan 23 '12 at 12:12
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I've seen this happen when using PuTTy to ssh to a UWIN instance via localhost. Vim for Windows assumes it is running inside a Windows console window, which is not the case when all you've got is a remote ANSI terminal emulator. |
||||
|
|