*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> keyok (3)              
Title
Content
Arch
Section
 

keyok(3)

Contents


NAME    [Toc]    [Back]

       keyok - enable or disable a keycode

SYNOPSIS    [Toc]    [Back]

       #include <curses.h>

       int keyok(int keycode, bool enable);

DESCRIPTION    [Toc]    [Back]

       This is an extension to the curses library.  It permits an
       application to disable specific keycodes, rather than  use
       the  keypad  function  to disable all keycodes.  Keys that
       have been disabled can be reenabled.

RETURN VALUE    [Toc]    [Back]

       The keycode  must  be  greater  than  zero,  else  ERR  is
       returned.   If  it  does  not correspond to a defined key,
       then ERR is returned.  If the enable  parameter  is  true,
       then  the  key  must  have  been disabled, and vice versa.
       Otherwise, the function returns OK.

PORTABILITY    [Toc]    [Back]

       These routines are specific to  ncurses.   They  were  not
       supported  on  Version 7, BSD or System V implementations.
       It is recommended that any code depending on them be  conditioned
 using NCURSES_VERSION.

SEE ALSO    [Toc]    [Back]

      
      
       define_key(3).

AUTHOR    [Toc]    [Back]

       Thomas Dickey.
[ Back ]
 Similar pages
Name OS Title
glEnableClientState Tru64 enable or disable
glDisableClientState Tru64 enable or disable
disable HP-UX enable/disable LP printers
enable IRIX enable/disable LP printers
glcenable IRIX enable or disable GLC capabilities
mvGetTrackEnable IRIX Enable/Disable a track
enable HP-UX enable/disable LP printers
SSL_CTX_set_session_cache_mode NetBSD enable/disable session caching
SSL_CTX_set_session_cache_mode OpenBSD enable/disable session caching
acct IRIX enable or disable process accounting
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service