Deleted Added
sdiff udiff text old ( 97049 ) new ( 98503 )
full compact
1/****************************************************************************
2 * Copyright (c) 1998,1999,2000,2001,2002 Free Software Foundation, Inc. *
3 * *
4 * Permission is hereby granted, free of charge, to any person obtaining a *
5 * copy of this software and associated documentation files (the *
6 * "Software"), to deal in the Software without restriction, including *
7 * without limitation the rights to use, copy, modify, merge, publish, *
8 * distribute, distribute with modifications, sublicense, and/or sell *
9 * copies of the Software, and to permit persons to whom the Software is *
10 * furnished to do so, subject to the following conditions: *

--- 13 unchanged lines hidden (view full) ---

24 * holders shall not be used in advertising or otherwise to promote the *
25 * sale, use or other dealings in this Software without prior written *
26 * authorization. *
27 ****************************************************************************/
28
29/****************************************************************************
30 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
31 * and: Eric S. Raymond <esr@snark.thyrsus.com> *
32 ****************************************************************************/
33
34/* $Id: curses.h.in,v 1.128 2002/05/11 21:38:02 tom Exp $ */
35
36#ifndef __NCURSES_H
37#define __NCURSES_H
38
39#define CURSES 1
40#define CURSES_H 1
41
42/* This should be defined for the enhanced functionality to be visible.

--- 915 unchanged lines hidden (view full) ---

958 *
959 * A few key codes do not depend upon the terminfo entry.
960 */
961#define KEY_CODE_YES 0400 /* A wchar_t contains a key code */
962#define KEY_MIN 0401 /* Minimum curses key */
963#define KEY_BREAK 0401 /* Break key (unreliable) */
964#define KEY_SRESET 0530 /* Soft (partial) reset (unreliable) */
965#define KEY_RESET 0531 /* Reset or hard reset (unreliable) */
966#define KEY_RESIZE 0632 /* Terminal resize event */