atom feed9 messages in org.freebsd.freebsd-hackersterminfo/termcap and cygwin
FromSent OnAttachments
Alex DupreJul 10, 2002 6:48 am 
Peter ElsnerJul 10, 2002 7:18 am 
Alex DupreJul 10, 2002 7:31 am 
Dan NelsonJul 10, 2002 10:16 am 
Terry LambertJul 10, 2002 1:22 pm 
Terry LambertJul 10, 2002 1:25 pm 
Cyrille LefevreJul 10, 2002 5:53 pm 
Terry LambertJul 11, 2002 2:05 pm 
Adrian Filipi-MartinJul 17, 2002 8:42 am 
Subject:terminfo/termcap and cygwin
From:Alex Dupre (sysa@alexdupre.com)
Date:Jul 10, 2002 6:48:10 am
List:org.freebsd.freebsd-hackers

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?

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