The Wayback Machine - https://web.archive.org/web/20210801140641/https://github.com/topics/blind
Skip to content
#

blind

Here are 136 public repositories matching this topic...

jrbowden
jrbowden commented Jun 3, 2021

The match opcode can match on a variety of character attributes, e.g. %a for alphabetic, %# for digits etc.
Not all character attributes are currently available to test with %
testing for a math character is missing.

Suggest m would be a good option.

This might be a simple fix simply adding the following lines in pattern.c:

case 'm':
attr0 |= CTC_Math;
break;

Fo

Improve this page

Add a description, image, and links to the blind topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blind topic, visit your repo's landing page and select "manage topics."

Learn more