Skip to content

Commit

Permalink
fix: checkbox icon display error #22
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhala committed Oct 5, 2021
1 parent 5aaa092 commit 44ba059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InquirerPy/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
INQUIRERPY_KEYBOARD_INTERRUPT: str = "INQUIRERPY_KEYBOARD_INTERRUPT"

INQUIRERPY_POINTER_SEQUENCE: str = "\u276f"
INQUIRERPY_FILL_HEX_SEQUENCE: str = "\u2b22"
INQUIRERPY_EMPTY_HEX_SEQUENCE: str = "\u2b21"
INQUIRERPY_FILL_CIRCLE_SEQUENCE: str = "\u25c9"
INQUIRERPY_EMPTY_CIRCLE_SEQUENCE: str = "\u25cb"

0 comments on commit 44ba059

Please sign in to comment.