|
Forum Index : Microcontroller and PC projects : GFXterm.exe new version in doc register
| Author | Message | ||||
| robert.rozee Guru Joined: 31/12/2012 Location: New ZealandPosts: 2464 |
I've just uploaded the latest version of GFXterm to the document register: http://www.thebackshed.com/docregister/ViewDoc.asp?DocID=22 9-jan-2018: support for the following VT102 commands nave been added: Insert Line (IL) <esc> [ Pn L Delete Line (DL) <esc> [ Pn M Delete Character (DCH) <esc> [ Pn P Insert/Replace Mode (IRM) <esc> [ 4 h (set insert mode) <esc> [ 4 l (reset insert mode) these commands are needed by some programs run under CP/M on the Z80-MBC2 single board computer. they would also make full-screen editing a little simpler for the micromite's editor but are not currently supported by geoff's MX150 VT100 video terminal. please do read the Quickstart Guide (pdf) for more info. in case anyone has problems with this version (in particuloar with the USB cable unplug detection), i have left the previous version in the doc register. if you find any bugs or have any problems, please DO report them. cheers, rob :-) |
||||
| Frank N. Furter Guru Joined: 28/05/2012 Location: GermanyPosts: 983 |
Thank you very much for your efforts!!! Frank |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9754 |
+1 I use GFXterm on a daily basis now for all my MM work. Smoke makes things work. When the smoke gets out, it stops! |
||||
| robert.rozee Guru Joined: 31/12/2012 Location: New ZealandPosts: 2464 |
well that was embarrassing - there was a bug! i've just uploaded a fixed version of GFXterm to the document register: http://www.thebackshed.com/docregister/ViewDoc.asp?DocID=22 the bug has been present in all versions since 26-aug-2018, and meant that when pasting from GFXterm into the micromite's full-screen editor, blank lines in the source would see the line after the blank line missing the first couple of characters. GFXterm was failing to pause correctly (for 300ms) after sending the blank line. this raises a couple of interesting questions: 1. does anyone actually use the ability of GFXterm to paste into the micromite editor? 2. why does the editor 'go deaf' for a short time after seeing a carriage-return? is this a bug in the editor, or just a feature? i have not looked at the mmbasic source to check yet. cheers, rob :-) |
||||
palcal![]() Guru Joined: 12/10/2011 Location: AustraliaPosts: 2006 |
Using GFXterm when I use the 80x43 version the page is still only 24 lines how to I extend it to 43 lines. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9754 |
I never paste into the editor. I always use AUTOSAVE, and then PASTE FROM CLIPBOARD, followed by CTRL-Z. That has never let me down. Smoke makes things work. When the smoke gets out, it stops! |
||||
| robert.rozee Guru Joined: 31/12/2012 Location: New ZealandPosts: 2464 |
for the mmbasic editor to make use of the 43 lines, you need to set the option: OPTION DISPLAY 43 to return to normal (80x24) use: OPTION DISPLAY 24 or to reset all options to their defaults: OPTION RESET cheers, rob :-) |
||||
palcal![]() Guru Joined: 12/10/2011 Location: AustraliaPosts: 2006 |
Thanks for that. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |