Skip to content

Commit

Permalink
[wip] NCCHESSWHITE fixed on Notcurses' master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed Jul 29, 2023
1 parent d8b5015 commit 3a54764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notcurses/abi/constants/ncseqs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const
NCSUITSWHITE* = L"♡♢♤♧"
NCCHESSBLACK* = L"♟♜♞♝♛♚"
# https://github.com/dankamongmen/notcurses/pull/2712
# NCCHESSWHITE* = L"♙♖♘♗♕♔"
NCCHESSWHITE* = L"♟♜♞♝♛♚"
NCCHESSWHITE* = L"♙♖♘♗♕♔"
# NCCHESSWHITE* = L"♟♜♞♝♛♚"
NCDICE* = L"⚀⚁⚂⚃⚄⚅"
NCMUSICSYM* = L"♩♪♫♬♭♮♯"

Expand Down
4 changes: 2 additions & 2 deletions tests/notcurses/helpers/ncseqs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ const
NCSUITSWHITE_ns* = "♡♢♤♧"
NCCHESSBLACK_ns* = "♟♜♞♝♛♚"
# https://github.com/dankamongmen/notcurses/pull/2712
# NCCHESSWHITE_ns = "♙♖♘♗♕♔"
NCCHESSWHITE_ns* = "♟♜♞♝♛♚"
NCCHESSWHITE_ns* = "♙♖♘♗♕♔"
# NCCHESSWHITE_ns* = "♟♜♞♝♛♚"
NCDICE_ns* = "⚀⚁⚂⚃⚄⚅"
NCMUSICSYM_ns* = "♩♪♫♬♭♮♯"
NCBOXLIGHT_ns* = "┌┐└┘─│"
Expand Down

0 comments on commit 3a54764

Please sign in to comment.