EEG Update Sheet from A.Grifo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Information on V2.01b (from V2.01a) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sub Fix Title: Has it been fixed? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Line vanishing Fixed Yet? = YES -------------- ---------- If the user has the length of the screen set to a number that is NOT even then he will notice that when he moved onto the final line (where text was already on) and typed something in and then pressed return the line would vanish. Lines dropping to 10 lines Fixed Yet? = Could be!? -------------------------- ----------------------- Jon Witty has reported that the lines sometime drop to 10 lines and then only allows the scroll on ONE line. Notes : I think this may be related to the above 'fix' and if so then it should not appear again. IBM Emulation Finished Yet? = TAKEN OUT ------------- ------------------------- At the moment we are at 95% IBM Emulation.... As I have been changing a few things around in the code I am now looking at a better way to give the IBM users the same 'power' options that the AmigaUsers have. This being the case I have been forced to remove the remaining 5% of the IBM Emulation from the editor until the next release. As this editor acts the same as 'offline' editors in that it will scroll when you reach the end of a page (in flip mode even) it also uses some routines to give AmigaUsers the fastest editor possible. I have tended to aim the editor totally at AmigaUsers to be honest and give them the fastest editor going - In doing this I have had to forsake TOTAL IBM Emulation from the editor - BUT in the next release the '100% IBM' emulation will be installed. I have not had time to place what i wanted into this version as the emulation goes. IBM users will be able to use it to a extent, but when the lines start to scroll or a line is inserted they may notice some screen-glitches depending on what comms s/ware they are using. All AmigaUsers will find that they are 100% okay as normal. The IBM 100% emulation should be added within two weeks of the release of this version so it will not pose any problems... The [C [C [C escape codes Fixed Yet? = Erics Fault :-) ------------------------- ------------------------ The codes that appear are ESCAPE codes that pertain to the use of the arrow keys. If you have pressed a LOT of keys (CONNECTED TO BBS VIA OUTSIDE LINE) then StarNet BUFFERS the codes up. It can not,however, keep up with the flow of data and so splurts some of the excess out. To counter-act this a 'escape filter' routine was implemented that checks for a '[' followed by 'A' 'B' 'C' 'D' (arrows up/down/left/right) if the sequence is found to be TRUE then the chars are NOT let out. StarNet (however) still seems to be allowing them out on the odd 'big buffer' occasion. Eric has said that he will be sorting this out in the future and I will look into it more via s/ware wise. V2.01 to V2.01a ~~~~~~~~~~~~~~~ The enclosed copy of ElySig and FSEDIT are updates over your current downloaded version. The version is 'V2.01a' and the main change is within the 'auto-quote & quote-system' - In the previous version if one should have auto-quote in use you would notice that the the quote is 'appended' as per-usual. Your cursor would then appear to be at the START of the quote - Some users started typing the text here rather than moving to the end of the quote. example : --- Hello jon, yes i agree - thanks for the note JW> Yes and I found that using ........ JW> blah blah blah.. --- rather than -> --- JW> Yes and I found that using ........ JW> blah blah blah.. Hello jon, yes i agree - thanks for the note --- So, in this version the cursor will auto-move to the end of the quote and a 're-display' of the correct portion of text will go into effect.