aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/rtype/risgraph.c
blob: cf764de7d49ff914d04185bc13c76b7a040dcbec (plain) (blame)
1
2
3
4
5
6
7
#include "rtype.h"

bool
risgraph(rune ch)
{
	return rprop_get_gc(ch) & (GC_L | GC_M | GC_N | GC_P | GC_ZS);
}