Skip to content
Snippets Groups Projects

DDMsgReader: Added a mouse click hotspot for ? for message list mode

Merged Eric Oulashin requested to merge dd_msg_reader_msg_list_help_hotspot into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7772,7 +7772,7 @@ function DigDistMsgReader_SetMsgListPauseTextAndLightbarHelpLine()
@@ -7772,7 +7772,7 @@ function DigDistMsgReader_SetMsgListPauseTextAndLightbarHelpLine()
+ this.colors.lightbarMsgListHelpLineHotkeyColor + "@`Q`Q@"
+ this.colors.lightbarMsgListHelpLineHotkeyColor + "@`Q`Q@"
+ this.colors.lightbarMsgListHelpLineParenColor + ")"
+ this.colors.lightbarMsgListHelpLineParenColor + ")"
+ this.colors.lightbarMsgListHelpLineGeneralColor + "uit, "
+ this.colors.lightbarMsgListHelpLineGeneralColor + "uit, "
+ this.colors.lightbarMsgListHelpLineHotkeyColor + "? ";
+ this.colors.lightbarMsgListHelpLineHotkeyColor + "@`?`?@ ";
lbHelpLineLen += 15;
lbHelpLineLen += 15;
// Add spaces to the end of sLightbarModeHelpLine up until one char
// Add spaces to the end of sLightbarModeHelpLine up until one char
Loading