*BSD News Article 22897


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!uwm.edu!cs.utexas.edu!uunet!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!thomas
From: thomas@ghpc.ihf.rwth-aachen.de (Thomas Gellekum)
Newsgroups: comp.os.386bsd.apps
Subject: Re: Anyone have rxvt 1.4 ported to FreeBSD?
Date: 27 Oct 1993 08:39:32 GMT
Organization: Inst. f. Hochfrequenztechnik, RWTH Aachen
Lines: 21
Message-ID: <2alc44$b71@urmel.informatik.rwth-aachen.de>
References: <1993Oct27.032922.9042@news.csuohio.edu>
NNTP-Posting-Host: ghpc8.ihf.rwth-aachen.de
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Newsreader: TIN [version 1.2 PL2]

Steve Ratliff (stever@csuohio.edu) wrote:
:> 	I've started to port rxvt 1.4 to FreeBSD and have run into
:> problems.  [...]

this is from memory, so details may be wrong:

#include <sys/ioctl.h> for the TIOCWINSZ.

#define TCSETS TCSANOW

replace the c_cc[] definition in struct termios ttmode at the beginning 
of commands.c with the contents of ttydefchars[] defined in 
<sys/ttydefaults.h> and add the c_[io]speed fields (e.g. B9600).

i don't know about the utmp stuff, however.

hope this helps

thomas

:> Steve