From fnaumann@mail.cs.uni-magdeburg.de Tue Nov 18 23:41:10 2003 Date: Tue, 18 Nov 2003 23:32:17 +0100 (CET) From: Standa Opichal To: mint@fishpool.com Subject: [MiNT] FYI: XaAES changes In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: opichals@seznam.cz Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: Hi! Just FYI ;) I've just commited some cleanups to the XaAES code + the fileselector usability improvements: The file editable field is cleared on each folder/drive change. CTRL + BACKSPACE is mapped to 'go to parent folder' CTRL + '*' to 'set the filter to "*"' STanda BTW: Hackers, GENERATE_DIAGS=1 works quite nice here in ARAnyM (when it doesn't call the real Cconws(), but something ARAnyM specific. I'm not sure whether it might have something to do with BIOS reentrancy. Or is this issue already solved some other way? I had to comment out the following line in the debug.c (because with this line it was crashing): - display("**** %d %s\n", D.bug_line, D.debug_path); + /* display("**** %d %s\n", D.bug_line, D.debug_path); */