Skip to content
Snippets Groups Projects
Commit 7f95c937 authored by Eric Oulashin's avatar Eric Oulashin
Browse files

DDMsgReader: Scrolling ANSI and "use strict" improvements

Graphic is now only used when using the scrollable interface. Also, when creating the Graphic, now subtracting 1 from the reading area height to avoid making the Graphic one line too tall to avoid unnecessary scrolling.
When saving messages with ANSI codes, Graphic is only used if the message has any ASCII drawing characters. (not sure if this really matters much though).
Also, applied "use strict" and made some changes as necessary.
parent daf48cf8
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!195DDMsgReader: Scrolling ANSI and "use strict" improvements
Pipeline #3158 passed
source diff could not be displayed: it is too large. Options to address this: view the blob.
Digital Distortion Message Reader
Version 1.50
Release date: 2022-06-20
Version 1.51
Release date: 2022-07-05
by
......
......@@ -5,6 +5,15 @@ Revision History (change log)
=============================
Version Date Description
------- ---- -----------
1.51 2022-07-05 Graphic is now only used when using the scrollable
interface. Also, when creating the Graphic, now
subtracting 1 from the reading area height to avoid making
the Graphic one line too tall to avoid unnecessary
scrolling.
When saving messages with ANSI codes, Graphic is only used
if the message has any ASCII drawing characters. (not sure
if this really matters much though).
Also, applied "use strict" and made some changes as necessary.
1.50 2022-06-20 When doing a text search, it now ignores the user scan
configuration for sub-boards, to ensure it will show any
results of the text search.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment