Skip to content
Snippets Groups Projects

DDMsgReader: Fixes for time zone alignment and key help for the message list. Should fix #531

Merged Eric Oulashin requested to merge ddmsgreader_531_timezone_and_key_help_alignment into master
1 unresolved thread

DDMsgReader: Fixes for time zone alignment and key help for the message list. Should fix #531 (closed)

Merge request reports

Pipeline #3911 passed

Pipeline passed for 96094422 on ddmsgreader_531_timezone_and_key_help_alignment

Approval is optional

Merged by Rob SwindellRob Swindell 2 years ago (Mar 9, 2023 10:02pm UTC)

Merge details

  • Changes merged into master with f09c5619 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1269 1271 this.enhMsgHeaderLinesToReadingUser.push(hdrLine5);
1270 1272 var hdrLine6 = "\x01n\x01c" + VERTICAL_SINGLE + "\x01h\x01k" + BLOCK1 + BLOCK2 + BLOCK3
1271 1273 + "\x01gD\x01n\x01gate\x01h\x01c: " + this.colors.msgHdrDateColor + "@MSG_DATE-L";
1272 //numChars = console.screen_columns - 23;
1273 numChars = console.screen_columns - 67;
1274 //numChars = console.screen_columns - 67;
1275 //Wed, 08 Mar 2023 19:06:37
1276 numChars = 26 - 11;
1274 1277 for (var i = 0; i < numChars; ++i)
1275 1278 hdrLine6 += "#";
1276 1279 //hdrLine6 += "@\x01n\x01c" + VERTICAL_SINGLE;
1277 1280 hdrLine6 += "@ @MSG_TIMEZONE@\x01n";
1278 for (var i = 0; i < 40; ++i)
1279 hdrLine6 += " ";
1281 numChars = console.screen_columns - 42;
1282 hdrLine6 += format("%" + numChars + "s", "");
  • merged

  • Rob Swindell mentioned in commit f09c5619

    mentioned in commit f09c5619

  • Please register or sign in to reply
    Loading