Fix another Codacy warning

pull/841/merge
Steve Penrod 2017-09-14 12:17:17 -07:00 committed by Matthew D. Scholefield
parent a268b2e0ee
commit db72dde378
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ last_redraw = 0 # time when last full-redraw happened
# Curses color codes (reassigned at runtime) # Curses color codes (reassigned at runtime)
CLR_HEADING = 0 CLR_HEADING = 0
CLR_FIND = 0
CLR_CHAT_RESP = 0 CLR_CHAT_RESP = 0
CLR_CHAT_QUERY = 0 CLR_CHAT_QUERY = 0
CLR_CMDLINE = 0 CLR_CMDLINE = 0