Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 16:30:16 +0200
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        freebsd-questions@freebsd.org
Subject:   terminfo/termcap and cygwin
Message-ID:  <3CEE4E78.4000500@alexdupre.com>

next in thread | raw e-mail | index | archive | help
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/
Since FreeBSD 4.0 ncurses libs are included in the base system, but terminfo 
db (and utils) are not installed (while the port for freebsd < 4 installed 
them).
I read that FreeBSD uses termcap rather than terminfo, but either the 
included cygwin entry or the terminfo-generated one don't work correctly. So 
the binary terminfo seems to be the only solution (and termcap seems to be 
not so powerful).
My question is: should terminfo database be installed (manually or by 
make/installworld) or is there a better fix?

				Alex Dupre

P.S.: CC to me, as I'm not subscribed to the list.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CEE4E78.4000500>