[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] TOSWIN2 and cursor keys
- To: mint@lists.fishpool.fi
- Subject: Re: [MiNT] TOSWIN2 and cursor keys
- From: Vincent Rivière <vincent.riviere@freesbee.fr>
- Date: Fri, 08 Feb 2013 02:13:26 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=tVzwOhAx9iymRcfMQQ6OVs3JKkVScW4Wdn6bcJZDWqk=; b=cjwUqpKMu1iAfEIwXop7d+enN8PJXQVikEvmulQodEYWpqCiRZ857EB3qq1ZJ2jERk vGpauxqNfWccyzgYDKQgFv/4ctfag02LSOADx5i18LccrEd6VtxlotKewGsLqywMwtc4 kZBWYRIKg/B1sRaaAxF1DG/NqPYaGiC9IPIzpnzfOI56n0VcK7Z3uoYDFo9/OAqDHOak 2fHtsyFC+5FGpdo1XdCbwpBh1Nwk0hPtUbuCcvbF153K5+p3cfWp/m7WFH+Coc5IByZY PCDkSoFlFpMwFl1KqT260QVeTWmMg7prMGqFVs1WKPFiEfFUk0o/x/9tmhqwAUEQT5Yp cE+A==
- In-reply-to: <d305506571615dea235672c55ce86e61-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UAV15eQFs=-webmailer2@server04.webmailer.hosteurope.de>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <51133DED.2050903@freesbee.fr> <00066eaa.01db0500224d@smtp.freeola.net> <1a877f0759ec7484d65942241ed05a61-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UAWFpcQ1g=-webmailer2@server04.webmailer.hosteurope.de> <f498aacdb575b20f5fd028f02d11a54a-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UAWFpRRlg=-webmailer2@server04.webmailer.hosteurope.de> <op.wr5mls1hofd6j1@nebbiolo> <5e2bc97f2a973e43aac3a2e378efcfe7-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UAWFhcSFw=-webmailer2@server04.webmailer.hosteurope.de> <op.wr5tv1peofd6j1@nebbiolo> <51144171.1030208@freesbee.fr> <op.wr5u1bndofd6j1@nebbiolo> <d305506571615dea235672c55ce86e61-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UAV15eQFs=-webmailer2@server04.webmailer.hosteurope.de>
- Sender: mint-bounce@lists.fishpool.fi
- User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
On 08/02/2013 01:51, Ole wrote:
but when I run it under toswin/tw100 demo_defkey shows 2 input keys:
Keycode 27, name ^[
Keycode 68, name D
Not for me.
I get KEY_UP, etc. as expected.
I still think that your terminfo is not found.
IIRC the location is hardcoded when compiling ncurses.
Also, depending of the systems (case sensitive or not), the terminfo subdirs
may be letters or hex numbers.
This was a big mess to cross-compile from Cygwin. See my build scripts there:
http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/mint/ncurses/
NB: /usr/lib/terminfo is a symlink to /usr/share/terminfo
NB: If you build ncurses software with my cross-tools, then at runtime the
terminfo database must be extracted from my bin-mint package and copied to
the right place. Of course you don't need the hundreds of terminal
definitions, tw52 should be enough (and maybe some includes).
I think that my terminfo database is the compatible with the old EasyMiNT
one, though.
--
Vincent Rivière