Skip to content

Ascii Art Graphs [bugfixes]

Latest
Compare
Choose a tag to compare
@taviso taviso released this 01 Apr 18:03
· 11 commits to master since this release

This release has a first attempt at terminal graph support - very simple graphs work in terminal mode!
You can use F10 or /Graph to try it out.

This release fixes three crashes:

  • If you used a very long multiline formula, trying to edit it with F2 would crash.
  • Opening a worksheet with /File/Retrieve, then using /Tools/DOS (or a macro with {SYSTEM} in it), would make displaying graphs crash.
  • Attributes could get desynchronized during block copies, this didn't crash but could make the colors wrong.

If there are any crashes or visual glitches - please report them, even a screenshot is useful.

To install:

  1. Navigate to your ~/.dosemu/drive_c/123R4D directory.
  2. Backup your file L13VCGAF.DLD.
  3. Overwrite it with L13VDEMU.DLD. That's it!
# backup old driver
$ cp L13VCGAF.DLD L13VCGAF.BAK
# install new driver
$ mv L13VDEMU.DLD L13VCGAF.DLD 

When this is closer to being a final release, I'll make a nice installation package!