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

« back to all changes in this revision

Viewing changes to man/define_key.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) 1998-2003,2004 Free Software Foundation, Inc.              *
 
2
.\" Copyright (c) 1998-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 1997
30
30
.\"
31
 
.\" $Id: define_key.3x,v 1.11 2004/06/05 19:20:03 tom Exp $
 
31
.\" $Id: define_key.3x,v 1.12 2006/02/25 21:49:19 tom Exp $
32
32
.TH define_key 3X ""
33
33
.SH NAME
34
34
\fBdefine_key\fP \- define a keycode
35
35
.SH SYNOPSIS
36
36
\fB#include <curses.h>\fP
37
 
 
 
37
.sp
38
38
\fBint define_key(const char *definition, int keycode);\fP
39
39
.SH DESCRIPTION
40
40
This is an extension to the curses library.