diff --git a/mycroft/client/text/main.py b/mycroft/client/text/main.py index 4fb8eaa96f..3139f6b71b 100644 --- a/mycroft/client/text/main.py +++ b/mycroft/client/text/main.py @@ -75,6 +75,7 @@ last_redraw = 0 # time when last full-redraw happened # Curses color codes (reassigned at runtime) CLR_HEADING = 0 +CLR_FIND = 0 CLR_CHAT_RESP = 0 CLR_CHAT_QUERY = 0 CLR_CMDLINE = 0