Renamed CLI_* cursors to ASCII_* cursors

consistency-and-multiselect
Sebastian Lohff 4 years ago
parent 648d5c956e
commit a17f7693e9

@ -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 = ''

Loading…
Cancel
Save