logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

termkey_canonicalise - canonicalise a key event

Description

termkey_canonicalise(3)  modifies  the key event structure given by key according to the canonicalisation
       flags set on the given termkey instance. This operation is  performed  implicitly  by  termkey_getkey(3),
       termkey_waitkey(3) and termkey_strpkey(3), and is also provided explicitly by this function.

       See termkey(7) for a list of canonicalisation flags.

Name

       termkey_canonicalise - canonicalise a key event

Return Value

termkey_canonicalise() returns no value.

See Also

termkey_set_canonflags(3), termkey_waitkey(3), termkey_strpkey(3), termkey(7)

                                                                                         TERMKEY_CANONICALISE(3)

Synopsis

#include<termkey.h>voidtermkey_canonicalise(TermKey*tk,TermKeyKey*key);

       Link with -ltermkey.

See Also