2010-03-25 16:03:51 -06:00
|
|
|
/* $XTermId: xtermcap.h,v 1.16 2010/01/06 21:20:40 tom Exp $ */
|
2007-06-15 13:29:55 -06:00
|
|
|
|
|
|
|
/************************************************************
|
|
|
|
|
2010-03-25 16:03:51 -06:00
|
|
|
Copyright 2007-2009,2010 by Thomas E. Dickey
|
2007-06-15 13:29:55 -06:00
|
|
|
|
|
|
|
All Rights Reserved
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a
|
|
|
|
copy of this software and associated documentation files (the
|
|
|
|
"Software"), to deal in the Software without restriction, including
|
|
|
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
|
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
|
|
permit persons to whom the Software is furnished to do so, subject to
|
|
|
|
the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included
|
|
|
|
in all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
|
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
|
|
IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
|
|
|
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
Except as contained in this notice, the name(s) of the above copyright
|
|
|
|
holders shall not be used in advertising or otherwise to promote the
|
|
|
|
sale, use or other dealings in this Software without prior written
|
|
|
|
authorization.
|
|
|
|
|
|
|
|
********************************************************/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Common/useful definitions for XTERM termcap interface.
|
|
|
|
*/
|
|
|
|
#ifndef included_xtermcap_h
|
|
|
|
#define included_xtermcap_h
|
|
|
|
|
|
|
|
#include <xterm.h>
|
|
|
|
|
|
|
|
#include <ptyx.h>
|
|
|
|
|
2010-03-25 16:03:51 -06:00
|
|
|
#ifndef HAVE_TIGETSTR
|
|
|
|
#undef USE_TERMINFO
|
2007-06-15 13:29:55 -06:00
|
|
|
#endif
|
2010-03-25 16:03:51 -06:00
|
|
|
|
|
|
|
#ifndef USE_TERMINFO
|
|
|
|
#define USE_TERMINFO 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if !USE_TERMINFO
|
|
|
|
#undef HAVE_TIGETSTR
|
|
|
|
#ifndef USE_TERMCAP
|
|
|
|
#define USE_TERMCAP 1
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2007-06-15 13:29:55 -06:00
|
|
|
#undef ERR /* workaround for glibc 2.1.3 */
|
2010-03-25 16:03:51 -06:00
|
|
|
|
2007-06-15 13:29:55 -06:00
|
|
|
#include <curses.h>
|
2010-03-25 16:03:51 -06:00
|
|
|
|
|
|
|
#ifndef NCURSES_VERSION
|
|
|
|
#ifdef HAVE_TERMCAP_H
|
|
|
|
#include <termcap.h>
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2007-06-15 13:29:55 -06:00
|
|
|
#ifdef HAVE_NCURSES_TERM_H
|
|
|
|
#include <ncurses/term.h>
|
|
|
|
#elif defined(HAVE_TERM_H)
|
|
|
|
#include <term.h> /* tgetent() */
|
2010-03-25 16:03:51 -06:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Get rid of conflicting symbols from term.h
|
|
|
|
*/
|
|
|
|
#undef bell
|
2007-06-15 13:29:55 -06:00
|
|
|
|
|
|
|
/***====================================================================***/
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2009-04-04 09:10:44 -06:00
|
|
|
#define MOD_NONE 1
|
|
|
|
#define MOD_SHIFT 1
|
|
|
|
#define MOD_ALT 2
|
|
|
|
#define MOD_CTRL 4
|
|
|
|
#define MOD_META 8
|
2008-02-16 02:34:45 -07:00
|
|
|
|
2009-04-04 09:10:44 -06:00
|
|
|
#define MODIFIER_NAME(parm, name) \
|
|
|
|
(((parm > MOD_NONE) && ((parm - MOD_NONE) & name)) ? " "#name : "")
|
2008-02-16 02:34:45 -07:00
|
|
|
|
2007-06-15 13:29:55 -06:00
|
|
|
/* xtermcap.c */
|
2010-03-25 16:03:51 -06:00
|
|
|
extern Bool get_termcap(XtermWidget /* xw */, char * /* name */);
|
|
|
|
extern void set_termcap(XtermWidget /* xw */, const char * /* name */);
|
|
|
|
extern void free_termcap(XtermWidget /* xw */);
|
|
|
|
|
|
|
|
extern char *get_tcap_buffer(XtermWidget /* xw */);
|
|
|
|
extern char *get_tcap_erase(XtermWidget /* xw */);
|
2007-06-15 13:29:55 -06:00
|
|
|
|
|
|
|
#if OPT_TCAP_FKEYS
|
|
|
|
extern int xtermcapString(XtermWidget /* xw */, int /* keycode */, unsigned /* mask */);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if OPT_TCAP_QUERY
|
2010-03-25 16:03:51 -06:00
|
|
|
extern int xtermcapKeycode(XtermWidget /* xw */, const char ** /* params */, unsigned * /* state */, Bool * /* fkey */);
|
2007-06-15 13:29:55 -06:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* included_xtermcap_h */
|