~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to man/keyok.3x

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"***************************************************************************
2
 
.\" Copyright (c) 1998-2002,2003 Free Software Foundation, Inc.              *
 
2
.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc.              *
3
3
.\"                                                                          *
4
4
.\" Permission is hereby granted, free of charge, to any person obtaining a  *
5
5
.\" copy of this software and associated documentation files (the            *
28
28
.\"
29
29
.\" Author: Thomas E. Dickey 1997
30
30
.\"
31
 
.\" $Id: keyok.3x,v 1.8 2003/10/25 20:41:08 tom Exp $
 
31
.\" $Id: keyok.3x,v 1.9 2006/02/25 21:47:06 tom Exp $
32
32
.TH keyok 3X ""
33
33
.SH NAME
34
34
\fBkeyok\fP \- enable or disable a keycode
35
35
.SH SYNOPSIS
36
36
\fB#include <curses.h>\fP
37
 
 
 
37
.sp
38
38
\fBint keyok(int keycode, bool enable);\fP
39
39
.SH DESCRIPTION
40
40
This is an extension to the curses library.