Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 1997 11:29:48 +0200 (MET DST)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org (FreeBSD questions)
Cc:        lenya@fpf1.net.kiae.su
Subject:   Re: question
Message-ID:  <199705270929.LAA00452@CoDe.hu>
In-Reply-To: <199705261136.LAA00223@fpf1.net.kiae.su> from lenya at "May 26, 97 11:36:16 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> I need file "termio.h" for compilling.
> I did not this file on many sites.
> Please say me where i may found "termio.h" or how i can exchange this file.

If I know well, termio.h is an old SysV-ism.  Old BSD machines used to have
sgtty.h (BSD) or something, and most of the modern Unices use termios.h
(POSIX).  So you have to find an old SVR2 machine somewhere.
Well, if I remember well, Coherent had termio, too.

Bye, Gabor

PS: I think, it would be better to look around in your software, and find,
how can it use BSD- or POSIX-like terminal handler routines.

PS2: I've just found, that you're from .su, so look around and find an old
hungarian machine (VT32x) with DMOS.  It has (had) termio, too.

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"



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