Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
f558e2be
Commit
f558e2be
authored
1 week ago
by
Eric Oulashin
Committed by
Rob Swindell
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
DDFileAreaChooser fix: Displays the configured header file again
parent
76f74740
Branches
Branches containing commit
No related tags found
1 merge request
!537
DDFileAreaChooser fix: Displays the configured header file again
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/DDAreaChoosers/DDFileAreaChooser.js
+12
-2
12 additions, 2 deletions
xtrn/DDAreaChoosers/DDFileAreaChooser.js
xtrn/DDAreaChoosers/version_history.txt
+2
-0
2 additions, 0 deletions
xtrn/DDAreaChoosers/version_history.txt
with
14 additions
and
2 deletions
xtrn/DDAreaChoosers/DDFileAreaChooser.js
+
12
−
2
View file @
f558e2be
...
@@ -81,6 +81,8 @@
...
@@ -81,6 +81,8 @@
* F & L keys working again on the light bar menu (first & last page).
* F & L keys working again on the light bar menu (first & last page).
* Fix to ensure the header lines are written in the proper place after
* Fix to ensure the header lines are written in the proper place after
* showing help.
* showing help.
* 2025-05-03 Eric Oulashin Version 1.42d
* Fix: Displays the configured area change header again
*/
*/
// TODO: Failing silently when 1st argument is true
// TODO: Failing silently when 1st argument is true
...
@@ -121,8 +123,8 @@ if (system.version_num < 31400)
...
@@ -121,8 +123,8 @@ if (system.version_num < 31400)
}
}
// Version & date variables
// Version & date variables
var
DD_FILE_AREA_CHOOSER_VERSION
=
"
1.42
c
"
;
var
DD_FILE_AREA_CHOOSER_VERSION
=
"
1.42
d
"
;
var
DD_FILE_AREA_CHOOSER_VER_DATE
=
"
2025-0
4-21
"
;
var
DD_FILE_AREA_CHOOSER_VER_DATE
=
"
2025-0
5-03
"
;
// Keyboard input key codes
// Keyboard input key codes
var
CTRL_H
=
"
\
x08
"
;
var
CTRL_H
=
"
\
x08
"
;
...
@@ -402,6 +404,14 @@ function DDFileAreaChooser_SelectFileArea(pChooseLib)
...
@@ -402,6 +404,14 @@ function DDFileAreaChooser_SelectFileArea(pChooseLib)
{
{
console
.
clear
(
"
\
x01n
"
);
console
.
clear
(
"
\
x01n
"
);
// Write the header ANSI/ASC if there is one
if
(
this
.
areaChangeHdrLines
.
length
>
0
)
{
this
.
DisplayAreaChgHdr
(
1
,
false
);
console
.
attributes
=
"
N
"
;
console
.
crlf
();
}
// If we're displaying the file libraries (top level), then we'll output 1
// If we're displaying the file libraries (top level), then we'll output 1
// header line; otherwise, we'll output 2 header line; adjut the top line
// header line; otherwise, we'll output 2 header line; adjut the top line
// of the menu accordingly.
// of the menu accordingly.
...
...
This diff is collapsed.
Click to expand it.
xtrn/DDAreaChoosers/version_history.txt
+
2
−
0
View file @
f558e2be
...
@@ -5,6 +5,8 @@ Revision History (change log)
...
@@ -5,6 +5,8 @@ Revision History (change log)
=============================
=============================
Version Date Description
Version Date Description
------- ---- -----------
------- ---- -----------
1.42d 2025-05-03 File area chooser only - Fix: Displays the configured
area change header again
1.42c 2025-04-21 F & L keys working again on the light bar menu (first &
1.42c 2025-04-21 F & L keys working again on the light bar menu (first &
last page).
last page).
Message area chooser: Fix for
Message area chooser: Fix for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment