Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TERMKEY_CANONICALISE(3)	   Library Functions Manual    TERMKEY_CANONICALISE(3)

NAME
       termkey_canonicalise - canonicalise a key event

SYNOPSIS
       #include	<termkey.h>

       void termkey_canonicalise(TermKey *tk, TermKeyKey *key);

       Link with -ltermkey.

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

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

RETURN VALUE
       termkey_canonicalise() returns no value.

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

						       TERMKEY_CANONICALISE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=termkey_canonicalise&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help