From mint-bounce@lists.fishpool.fi Thu Feb 25 07:29:09 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=2iS4Zec/YG78K1Qsl291dzeGmLm2lgIeKtY8eVzibAg=; b=pVDWy1CyeniPY71Laqta2XauxTJN4+/OzhBIlGsnkgtiZwu9fPN6TzuC4gw8Sirzdv xfFf6W190ZVGdcZbazWojQhPhS/VBnP9uygj0fJuaHUBL/V2IMeV2AxYym+wpljXhbOF Hrp7GqwuAdKvzpV9Bi3kJNRwlEckIeO7coZqY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=aqE1Eo87KdfUfgz4lfpXYxhAQF71twSZVBnViocozhELT9ywguXzmq6LBd/8AX7xvp em+U8GNLkkSs4z+6BqhtPSTrWca7iruF/h6m0MQOZDvaU4HcI/FCN5UHUMcMm2BB15+K DWMOAq4hZ0seL/+d5uPYmmRlXA4PSmo+S1RjI= From: Peter Persson Content-Type: text/plain; charset=us-ascii Subject: [MiNT] Conholio v0.5b Date: Thu, 25 Feb 2010 13:26:16 +0100 Message-Id: <61DE17DB-2F79-4153-91D9-A91EB6F40E16@gmail.com> To: mint Mailing-List Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o1PCT3ik007496 Hi, GokMasE has kindly allowed me to host Conholio on his unofficial XaAES-page! Version 0.5b implements the following changes: - new VT102 emulator, written from scratch - faster text rendering - xterm-compatible mouse support (try 'lynx -use_mouse') - better handling of colour and attributes - smaller memory footprint - different font heights - different terminal sizest (though you shouldn't change the number of columns yet..) Notable features: - xterm-compatible mouse support (try 'lynx -use_mouse') - tabbed consoles - fullscreen & windowed modes - VT102 & linux console compatibility At this point, Conholio still requires a powerful machine. This may seem funny, considering the fact that it's supposed to be faster than TosWin. The main reason for this is that it is designed to run from fastram, and that it attempts to reduce the number of writes to ST-RAM whenever possible. The good thing about that is that it runs better on a fastram-equipped machine. The bad thing is that it'll probably be much slower on machines which lack fastram. The current rendering code uses 040/060 instructions in some screen modes, which definitely prevents it from working on lower spec machines. The fastram & CPU requirements will however change in future versions. At this point, fullscreen mode only works on VIDEL-compatible graphics hardware. There are still lots of "todos" left to implement, but I hope the project is approaching a state where it is actually useful to some people. If you actually try it, please give me feedback and suggestions. Grab it here: http://xaaes.atariforge.net/download.php?product=conholio -- PeP