From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 21:46:43 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E88FD16A4CE for ; Fri, 1 Apr 2005 21:46:43 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8190443D46 for ; Fri, 1 Apr 2005 21:46:43 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so764498rng for ; Fri, 01 Apr 2005 13:46:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=e367aXBbuCyCeS/7diZp2igpB8DVlPYeiDdR5azCAygzuRsoeAg/bN2SbKZRgwSoAs3blR/NKV29L5b/AwHM84koP6OqYnbXr5a0QCVo3LsLioD7y9PngKZdVqgwD6kFfg1cTjAO2DrtLi+Lmbuvqi5WOpaVyBl+uj78wGF5KXo= Received: by 10.38.87.21 with SMTP id k21mr3095521rnb; Fri, 01 Apr 2005 13:46:43 -0800 (PST) Received: by 10.38.74.23 with HTTP; Fri, 1 Apr 2005 13:46:43 -0800 (PST) Message-ID: Date: Fri, 1 Apr 2005 23:46:43 +0200 From: Gert Cuykens To: Giorgos Keramidas In-Reply-To: <20050401095719.GA27661@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050401012107.GA57109@gothmog.gr> <20050401014254.GA60499@gothmog.gr> <20050401095719.GA27661@orion.daedalusnetworks.priv> cc: freebsd-questions@freebsd.org Subject: Re: i did it again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 21:46:44 -0000 On Apr 1, 2005 11:57 AM, Giorgos Keramidas wrote: > On 2005-04-01 03:46, Gert Cuykens wrote: > >On Fri, 1 Apr 2005 04:42:55 +0300, Giorgos Keramidas > > wrote: > >>On 2005-04-01 03:31, Gert Cuykens wrote: > >>> what is a termcap ? > >> > >> There's a manpage for this one. > > > > > > so termcap is like a x server but then for terminals ? > > Not really. The termcap(5) manpage describes this in (hopefully) > adequate detail: > > % TERMCAP(5) FreeBSD File Formats Manual TERMCAP(5) > % > % NAME > % termcap -- terminal capability data base > % > % SYNOPSIS > % termcap > % > % DESCRIPTION > % The termcap file is a data base describing terminals, used, for > % example, by vi(1) and ncurses(3). Terminals are described in > % termcap by giving a set of capabilities that they have and by > % describing how operations are performed. Padding requirements > % and initialization sequences are included in termcap. > % [...] > isnt that the same as xserver does for xclients telling the clients what they can and cant do ?