From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 09:57:23 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 20F3B16A4CE for ; Fri, 1 Apr 2005 09:57:23 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654B743D45 for ; Fri, 1 Apr 2005 09:57:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j319uZBV022635; Fri, 1 Apr 2005 12:56:36 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j319vJ4K027735; Fri, 1 Apr 2005 12:57:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j319vJfn027734; Fri, 1 Apr 2005 12:57:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 1 Apr 2005 12:57:19 +0300 From: Giorgos Keramidas To: Gert Cuykens Message-ID: <20050401095719.GA27661@orion.daedalusnetworks.priv> References: <20050401012107.GA57109@gothmog.gr> <20050401014254.GA60499@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 09:57:23 -0000 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. % [...]