From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars.bjorndal@broadpark.no (Lars =?iso-8859-1?Q?Bj=F8rndal?=) Subject: Re: A dos character problem Date: Thu, 19 Apr 2007 08:23:35 +0200 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos I wrote: > Hello, Bart! > > You wrote: ... >> There could also be a problem with BRLTTY and the box drawing >> characters... we may be able to work around that but first please >> check the output of the program below (save as line.c, compile using >> gcc -lncurses line.c -o line, run as ./line) > > This is really strange: On the system with Dosemu installed (which is > a laptop), it displays question mark. On another system which should > be exactly the same regarding console font and character set (it's a > desktop), the character is displayed as if I type the character inside > emacs for instance. This other system has not Dosemu installed. I found that the system without Dosemu, screen is running with the command line option '-T linux'. Also, if I start Dosemu inside screen, i get the correct character. However, inside screen I cannot use key combinations such as alt-f7 or ctrl-alt-pgdn. So I'm not sure what to do. Lars