From 1f32747c5d4eac5b72e48b491509c9cf2b726f54 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 20:11:59 +0000 Subject: [PATCH] Highlight --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 6da50feaa..86e1f72e1 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -478,7 +478,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, sayStr = indent + boxName + ' posts ' + str(startPostIndex + 1) + \ ' to ' + str(startPostIndex + ctr) + '. ' - sayStr += 'Use the next and prev commands to navigate.' + sayStr += 'Use the \33[3mnext\33[0m and \33[3mprev\33[0m commands to navigate.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('')