Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
HOME=c:\cygwin\home\anamtharon set TERM=cygwin c: chdir c:\cygwin\bin bash --login -i Now that's it. see you around! anamtharøn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
ttings wouldn't have been read, etc. Revised solution. to (hopefully) get it right this time, i edited the cygwin.bat batch file to say something like: @echo off set SHELL=sh set HOME=c:\cygwin\home\anamtharon c: chdir c:\cygwin\bin bash --

Re: vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
ok. the solution to my little problem is this: :set term=cygwin which used to be initially set to 'nutc' (term=nutc). that was all. wonder what had changed that. thanks for the comments. at Raye; the console version is fine for me, thanks a bunch! at Mr. Hall; sorry for neglecting et

vim problem (win xp): Cygwin seems unable to move the input cursor to arbitrary positions.

2005-01-11 Thread anamtharon
Good morning. Since i've updated cygwin i only had time to try out vim again, and there seems to be a problem with the automatic movement of the input cursor. E.g. after simple character input, the cursor isn't moved to the next positon (but vim keeps overwriting the last character i typed). An