From 26384996486963bc2f097f44a82a5c07e0dfe69e Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 28 Aug 2011 17:50:18 +0100 Subject: Move canonicalisation flags into their own bitfield with their own accessor and named constants --- t/20canon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/20canon.c b/t/20canon.c index b407f9f..eccf2c6 100644 --- a/t/20canon.c +++ b/t/20canon.c @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) is_str(key.utf8, " ", "key.utf8 for Space/unicode"); is_str(endp, "", "consumed entire input for Space/unicode"); - termkey_set_flags(tk, termkey_get_flags(tk) | TERMKEY_FLAG_SPACESYMBOL); + termkey_set_canonflags(tk, termkey_get_canonflags(tk) | TERMKEY_CANON_SPACESYMBOL); CLEAR_KEY; endp = termkey_strpkey(tk, " ", &key, 0); -- cgit v1.2.3