In the last episode (Jul 10), Alex Dupre said: > In normal situation accessing to a FreeBSD 4.x machine from cygwin is not > very pleasant: editing files is quite a pain, there are many terminal > "glitches" like the cursor in the wrong position and garbage text. > A trick to resolve this issue is to copy the binary cygwin terminfo file in > /usr/share/misc/terminfo/c/
For termcap, you should copy the "cygwin" and "linux" entries out of the /etc/termcap on your cygwin box, and replace the (apparently buggy) entries in /usr/share/misc/termcap on the FreeBSD box. Run "cap_mkdb /usr/share/misc/termcap" when you're done. That should make FreeBSD use cygwin's updated termcap entries. If this fixes your problem, use send-pr to file a FreeBSD bug on it. If it doesn't, file a bug with cygwin, asking them to update their own termcap entry :) -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message