Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include
File: termcap.h
/****************************************************************************
[0] Fix | Delete
* Copyright (c) 1998-2000,2001 Free Software Foundation, Inc. *
[1] Fix | Delete
* *
[2] Fix | Delete
* Permission is hereby granted, free of charge, to any person obtaining a *
[3] Fix | Delete
* copy of this software and associated documentation files (the *
[4] Fix | Delete
* "Software"), to deal in the Software without restriction, including *
[5] Fix | Delete
* without limitation the rights to use, copy, modify, merge, publish, *
[6] Fix | Delete
* distribute, distribute with modifications, sublicense, and/or sell *
[7] Fix | Delete
* copies of the Software, and to permit persons to whom the Software is *
[8] Fix | Delete
* furnished to do so, subject to the following conditions: *
[9] Fix | Delete
* *
[10] Fix | Delete
* The above copyright notice and this permission notice shall be included *
[11] Fix | Delete
* in all copies or substantial portions of the Software. *
[12] Fix | Delete
* *
[13] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
[14] Fix | Delete
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
[15] Fix | Delete
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
[16] Fix | Delete
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
[17] Fix | Delete
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
[18] Fix | Delete
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
[19] Fix | Delete
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
[20] Fix | Delete
* *
[21] Fix | Delete
* Except as contained in this notice, the name(s) of the above copyright *
[22] Fix | Delete
* holders shall not be used in advertising or otherwise to promote the *
[23] Fix | Delete
* sale, use or other dealings in this Software without prior written *
[24] Fix | Delete
* authorization. *
[25] Fix | Delete
****************************************************************************/
[26] Fix | Delete
[27] Fix | Delete
/****************************************************************************
[28] Fix | Delete
* Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
[29] Fix | Delete
* and: Eric S. Raymond <esr@snark.thyrsus.com> *
[30] Fix | Delete
****************************************************************************/
[31] Fix | Delete
[32] Fix | Delete
/* $Id: termcap.h.in,v 1.17 2001/03/24 21:53:27 tom Exp $ */
[33] Fix | Delete
[34] Fix | Delete
#ifndef NCURSES_TERMCAP_H_incl
[35] Fix | Delete
#define NCURSES_TERMCAP_H_incl 1
[36] Fix | Delete
[37] Fix | Delete
#undef NCURSES_VERSION
[38] Fix | Delete
#define NCURSES_VERSION "6.1"
[39] Fix | Delete
[40] Fix | Delete
#include <ncurses_dll.h>
[41] Fix | Delete
[42] Fix | Delete
#ifdef __cplusplus
[43] Fix | Delete
extern "C"
[44] Fix | Delete
{
[45] Fix | Delete
#endif /* __cplusplus */
[46] Fix | Delete
[47] Fix | Delete
#include <sys/types.h>
[48] Fix | Delete
[49] Fix | Delete
#undef NCURSES_CONST
[50] Fix | Delete
#define NCURSES_CONST const
[51] Fix | Delete
[52] Fix | Delete
#undef NCURSES_OSPEED
[53] Fix | Delete
#define NCURSES_OSPEED unsigned
[54] Fix | Delete
[55] Fix | Delete
extern NCURSES_EXPORT_VAR(char) PC;
[56] Fix | Delete
extern NCURSES_EXPORT_VAR(char *) UP;
[57] Fix | Delete
extern NCURSES_EXPORT_VAR(char *) BC;
[58] Fix | Delete
extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
[59] Fix | Delete
[60] Fix | Delete
#if !defined(NCURSES_TERM_H_incl)
[61] Fix | Delete
extern NCURSES_EXPORT(char *) tgetstr (NCURSES_CONST char *, char **);
[62] Fix | Delete
extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
[63] Fix | Delete
extern NCURSES_EXPORT(int) tgetent (char *, const char *);
[64] Fix | Delete
extern NCURSES_EXPORT(int) tgetflag (NCURSES_CONST char *);
[65] Fix | Delete
extern NCURSES_EXPORT(int) tgetnum (NCURSES_CONST char *);
[66] Fix | Delete
extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
[67] Fix | Delete
#endif
[68] Fix | Delete
[69] Fix | Delete
#ifdef __cplusplus
[70] Fix | Delete
}
[71] Fix | Delete
#endif
[72] Fix | Delete
[73] Fix | Delete
#endif /* NCURSES_TERMCAP_H_incl */
[74] Fix | Delete
[75] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function