Date: Thu, 19 Feb 1998 21:01:55 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: Carlo Dapor <dapor@swill.org> Cc: freebsd-bugs@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Inconsistencies with PCVT Message-ID: <199802191201.VAA29897@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Thu, 19 Feb 1998 12:27:55 %2B0100." <199802191127.MAA08696@nessie.ethz.ch> References: <199802191127.MAA08696@nessie.ethz.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
>The terminal emulation integrated in the kernels I build prefers pcvt over sc. >Out of curiosity I checked if all the possible PCVT_* options are accepted. >So this is the relevant part in the config file: > >options PCVT_FREEBSD=210,PCVT_SCREENSAVER=1 >options PCVT_EMU_MOUSE=1,PCVT_SETCOLOR=1,PCVT_PRETTYSCRNS=1 ># the two next lines choke /usr/sbin/config >options PCVT_VT220KEYB=1 # does NOT work >options PCVT_24LINESDEF=1 # does NOT work Enclose them with "", for example, options "PCVT_VT220KEYB=1" >I noticed further that if You enable PCVT_EMU_MOUSE, building the kernel >fails because pcvt_kbd.o holds a reference to gettime (struct *timeval). >FreeBSD offers gettimeofday (struct *timeval, struct *timezone). >The diff below fixes the problem. ??? gettime() does exist, does it not? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802191201.VAA29897>