Renamed CLI_* cursors to ASCII_* cursors
This commit is contained in:
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…
Reference in New Issue