DDMsgReader: Fixes for time zone alignment and key help for the message list. Should fix #531
1 unresolved thread
DDMsgReader: Fixes for time zone alignment and key help for the message list. Should fix #531 (closed)
Merge request reports
Activity
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", ""); mentioned in commit f09c5619
Please register or sign in to reply