From 0e9d120a80d6a4d8f07e0fd270a0b75ecc11b16a Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 4 Oct 2018 04:01:18 +0000
Subject: [PATCH] TagMessagePrompt needs a CRLF (and some colorization) because
 it won't always come after a no/yes prompt.

---
 ctrl/text.dat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ctrl/text.dat b/ctrl/text.dat
index c022f35d47..3b8502e5df 100644
--- a/ctrl/text.dat
+++ b/ctrl/text.dat
@@ -968,7 +968,7 @@
 "\1/\r\n@EXEC:SHOWFILEAVATAR@"				799 FileHdrDescSeparator
 "Remove file"                               800 RemoveFileQ
 "Originating Address"                       801 OriginFidoAddr
-"\1n\1h\251 \1m%.77s\r\n"		    802 VoteNoticeFmt
-"\r\nTag this message"              803 TagMessageQ
-"Enter (space-separated) Tags: "    804 TagMessagePrompt
-"\r\nł \1bTags\1n\1b: \1h\1c%.70s"  805 MsgTags
\ No newline at end of file
+"\1n\1h\251 \1m%.77s\r\n"		            802 VoteNoticeFmt
+"\r\nTag this message"                      803 TagMessageQ
+"\r\n\1h\1yEnter (space-separated) Tags: "  804 TagMessagePrompt
+"\r\nł \1bTags\1n\1b: \1h\1c%.70s"          805 MsgTags
-- 
GitLab