handle all 1-byte codepoints in tb_iswprint_ex fast path
#186
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: termbox_test | |
| on: [push, pull_request] | |
| jobs: | |
| termbox_test_job: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - run: make clean test | |
| - run: CFLAGS='-UTB_LIB_OPTS' make clean test # non-egc, non-truecolor |