From owner-freebsd-questions Mon Apr 3 11:56:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id DFBD837B5FF for ; Mon, 3 Apr 2000 11:56:15 -0700 (PDT) (envelope-from ertr1013@student.csd.uu.se) Received: from regulus.student.UU.SE ([130.238.5.2]:51843 "HELO convert rfc822-to-8bit ertr1013.student.csd.uu.se") by merganser.its.uu.se with SMTP id ; Mon, 3 Apr 2000 20:56:08 +0200 Received: (qmail 4052 invoked by uid 1001); 3 Apr 2000 18:55:18 -0000 Date: Mon, 3 Apr 2000 20:55:17 +0200 From: Erik Trulsson To: Jorge Opaso Pazos Cc: questions@FreeBSD.ORG Subject: Re: question Message-ID: <20000403205517.A4017@student.csd.uu.se> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Mailer: Mutt 1.0i In-Reply-To: ; from jopaso@geocities.com on Sun, Apr 02, 2000 at 07:00:17PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 02, 2000 at 07:00:17PM -0400, Jorge Opaso Pazos wrote: > With sysinstall I selected ISO-8859-1 fonts (configure->console->font) > to see the correct accent keys. My keyboard map is Spanish ISO keymap > (accent keys). My question: What can I do to see the curses based > application in the correct form with my configuration? With when I start a > curses based app. the border of windows appeared with nubers or characters > in the place of lines. When I select "use default font" in sysinstall, > everything is okay with curses, but I can't see the correct accent keys > like ñ, ó, á,... (spanish). > Thank you very much and sorry for my english, bye. Make sure that your 'TERM' environment variable is set to 'cons25l1' instead of the default 'cons25'. You can either do this directly from the shell with export TERM=cons25l1 or, for a more permanent fix, change the references in /etc/ttys from cons25 to cons25l1. (I suggest you test things work before you change /etc/ttys) This at least fixed things for me when I had similar problems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message