~ubuntu-branches/debian/sid/ncurses/sid-200908151543

« back to all changes in this revision

Viewing changes to man/key_defined.3x

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-14 21:06:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214210600-2rdjwvpplgvh3zeb
Tags: 5.7+20081213-1
MergingĀ upstreamĀ versionĀ 5.7+20081213.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"***************************************************************************
2
 
.\" Copyright (c) 2003,2004 Free Software Foundation, Inc.                   *
 
2
.\" Copyright (c) 2003-2004,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 2003
30
30
.\"
31
 
.\" $Id: key_defined.3x,v 1.3 2004/06/05 19:19:09 tom Exp $
 
31
.\" $Id: key_defined.3x,v 1.4 2006/02/25 21:50:01 tom Exp $
32
32
.TH key_defined 3X ""
33
33
.SH NAME
34
34
\fBkey_defined\fP \- check if a keycode is defined
35
35
.SH SYNOPSIS
36
36
\fB#include <curses.h>\fP
37
 
 
 
37
.sp
38
38
\fBint key_defined(const char *definition);\fP
39
39
.SH DESCRIPTION
40
40
This is an extension to the curses library.