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

bool
ristitle(rune ch)
{
	return rprop_get_gc(ch) & GC_LT;
}