Re: Re: Fullscreen application Specs
Mike Stramba <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
Roc,
The bug is that *lower case* j, k, l are being erased / replaced
by blanks when CAPS OFF is in effect.
The "{ }" bug looks like it's because there are x40''s in the C0, D0
positon in the DSPLYCHR table in GEDIT ASSEMBLE.
Haven't figured out why the j,k,l (X'91 X'92 X'93 are getting
blanked out .. their entries in DSPLYCHR look ok.
Mike
On 8/5/10, Mike Stramba <[email protected]> wrote:
> Roc,
>
> A couple bugs :
>
> 1) "C" files -
>
> -a) The editor seems to stripping out "{" and "}" characters
>
> -b) It's doing something weird with "#" characters, looks like it's
> seeing that character and then transforming the rest of the line somehow
>
> e.g.
>
> I open ABS C (on Brexx A disk)
>
> It's displaying:
>
> #inc.ude <math.h>
>
> So it's replacing the 5th character with a space (sometimes it seems
> to replacing it with a "." (period).
>