Re: [M100] VT100 update

2020-12-21 Thread Jim Anderson
> -Original Message- > > ESC D and ESC M scroll the screen. The problem is that most "ANSI" > implementations don't implement the full VT-100 command set, so that one > may not be supported on most terminal emulators. You know what... my faulty memory got me again. I was remembering

Re: [M100] VT100 update

2020-12-21 Thread John R. Hogerhuis
>From what I could find a real vt100 has scroll up and down. -- John.

Re: [M100] VT100 update

2020-12-21 Thread Jim Anderson
> -Original Message- > > Exactly. I had to add custom vt100 commands to thr vt100 terminal > firmware.. I just did it wrong. Well, I don't know about 'wrong' if the M100 OS expects the display device to have an ability the VT100 doesn't provide... > Anyone can jump in and fix it if

Re: [M100] VT100 update

2020-12-21 Thread Stephen Adolph
Exactly. I had to add custom vt100 commands to thr vt100 terminal firmware.. I just did it wrong. Anyone can jump in and fix it if they want. Don't wait for me. In fact I would prefer if someone decides to pitch in and help. I have posted the files. It is C. The tools are downloadable.

Re: [M100] VT100 update

2020-12-20 Thread Jim Anderson
> -Original Message- > > Problem #2 below is actually an issue with the MVT100 video adapter > firmware.  It also has a bug I need to fix.  HAven't gotten to that > yet,,, Just wondering (because it seemed likely to me that this is what is happening), does it happen because the M100

Re: [M100] VT100 update

2020-12-19 Thread Stephen Adolph
Hi Jim, I am aware of both issues. Problem #1 is the VT100 driver, and I have it fixed in REX#/REXCPM. Problem #2 below is actually an issue with the MVT100 video adapter firmware. It also has a bug I need to fix. HAven't gotten to that yet,,, On Sat, Dec 19, 2020 at 1:56 AM Jim Anderson

Re: [M100] VT100 update

2020-12-18 Thread Jim Anderson
> -Original Message- > > Sounds great Bob! I think where it would break is if you try to open a > basic program from MENU without going into BASIC first and > loading/running it. > If you want, give that a try. > Same is true for a .DO file. > Ex. > in Basic type SCREEN1. > then F8, back

Re: [M100] VT100 update

2020-12-14 Thread Stephen Adolph
day, December 14, 2020 8:33 AM > *To:* m...@bitchin100.com > *Subject:* [M100] VT100 update > > > > Lots of effort this week in integrating VT100 support into REX# and REXCPM. > > M100 is looking really good, but it benefitted from my earlier work in > getting a VT100 driver

Re: [M100] VT100 update

2020-12-14 Thread bob
Steve, I’ve been using the VT100 driver with BASIC programs. Seems to work so far. Bob From: M100 On Behalf Of Stephen Adolph Sent: Monday, December 14, 2020 8:33 AM To: m...@bitchin100.com Subject: [M100] VT100 update Lots of effort this week in integrating VT100

[M100] VT100 update

2020-12-14 Thread Stephen Adolph
Lots of effort this week in integrating VT100 support into REX# and REXCPM. M100 is looking really good, but it benefitted from my earlier work in getting a VT100 driver working for that. (BTW found a bug in what I did earlier... I may have to post an update but I'm not sure if anyone really is