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""" """Collection of cursors pointing at the active menu item"""
BULLET = '' BULLET = ''
TRIANGLE = '' TRIANGLE = ''
CLI_STAR = '*' ASCII_STAR = '*'
CLI_ARROW = '-->' ASCII_ARROW = '-->'
CLI_CAT = '=^.^=' ASCII_CAT = '=^.^='
CAT = '😸' CAT = '😸'
ARROW = '' ARROW = ''

Loading…
Cancel
Save