Renamed CLI_* cursors to ASCII_* cursors

This commit is contained in:
Sebastian Lohff 2020-07-22 02:07:45 +02:00
parent 648d5c956e
commit a17f7693e9
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ class CliMenuCursor:
"""Collection of cursors pointing at the active menu item"""
BULLET = ''
TRIANGLE = ''
CLI_STAR = '*'
CLI_ARROW = '-->'
CLI_CAT = '=^.^='
ASCII_STAR = '*'
ASCII_ARROW = '-->'
ASCII_CAT = '=^.^='
CAT = '😸'
ARROW = ''