From 4bccfd1b707cf94003b195ff1576c6875714796b Mon Sep 17 00:00:00 2001
From: Eric Oulashin <nightfox@synchro.net>
Date: Sat, 24 Sep 2022 04:29:58 +0000
Subject: [PATCH] DDMsgReader: Added a mouse click hotspot for ? for message
 list mode

---
 xtrn/DDMsgReader/DDMsgReader.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/DDMsgReader/DDMsgReader.js b/xtrn/DDMsgReader/DDMsgReader.js
index 3c070025b9..82bb36807c 100644
--- a/xtrn/DDMsgReader/DDMsgReader.js
+++ b/xtrn/DDMsgReader/DDMsgReader.js
@@ -7772,7 +7772,7 @@ function DigDistMsgReader_SetMsgListPauseTextAndLightbarHelpLine()
 	                           + this.colors.lightbarMsgListHelpLineHotkeyColor + "@`Q`Q@"
 							   + this.colors.lightbarMsgListHelpLineParenColor + ")"
 	                           + this.colors.lightbarMsgListHelpLineGeneralColor + "uit, "
-	                           + this.colors.lightbarMsgListHelpLineHotkeyColor + "?  ";
+							   + this.colors.lightbarMsgListHelpLineHotkeyColor + "@`?`?@  ";
 	lbHelpLineLen += 15;
 
 	// Add spaces to the end of sLightbarModeHelpLine up until one char
-- 
GitLab