Path: utzoo!attcan!utgpu!watmath!grwalter From: grwalter@watmath.waterloo.edu (Fred Walter) Newsgroups: comp.sys.amiga Subject: Re: Editors with Aux: Message-ID: <27156@watmath.waterloo.edu> Date: 16 Jun 89 14:21:48 GMT References: <8644.AA8644@heimat> Reply-To: grwalter@watmath.waterloo.edu (Fred Walter) Organization: U. of Waterloo, Ontario Lines: 24 In article <8644.AA8644@heimat> sneakers@heimat.UUCP (Dan "Sneakers" Schein) writes: >>Stevie (vi clone, source included) should work with AUX:. >>If it doesn't, let me know and I'll berate the author (of one >>of the Amiga ports), Fred Walter, for ignoring my suggestion >>in this regard. :-) I've been berated ! :-( :-( > V3.36 does not GURU but the screen > just rolls and it can not be used. (Im using a terminal emulator set for > VT100) The problem is that when Stevie checks for the screen size (by the ACTION_DISK_INFO method), I guess AUX: must return garbage (some really big number). One way around this (with version 3.6) is to set the number of lines with the enviroment variable EXINIT. As well, if your terminal doesn't support the same codes as the Amiga does for turning the cursor on and off, you'll have to use some file zapping program to replace those codes with NULL's. I'll add code to Stevie to check for silly screen sizes so that it will be usable with AUX: without the above hacks. fred