Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include
File: unctrl.h
/****************************************************************************
[0] Fix | Delete
* Copyright (c) 1998-2008,2009 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
/*
[33] Fix | Delete
* unctrl.h
[34] Fix | Delete
*
[35] Fix | Delete
* Display a printable version of a control character.
[36] Fix | Delete
* Control characters are displayed in caret notation (^x), DELETE is displayed
[37] Fix | Delete
* as ^?. Printable characters are displayed as is.
[38] Fix | Delete
*/
[39] Fix | Delete
[40] Fix | Delete
/* $Id: unctrl.h.in,v 1.11 2009/04/18 21:00:52 tom Exp $ */
[41] Fix | Delete
[42] Fix | Delete
#ifndef NCURSES_UNCTRL_H_incl
[43] Fix | Delete
#define NCURSES_UNCTRL_H_incl 1
[44] Fix | Delete
[45] Fix | Delete
#undef NCURSES_VERSION
[46] Fix | Delete
#define NCURSES_VERSION "6.1"
[47] Fix | Delete
[48] Fix | Delete
#ifdef __cplusplus
[49] Fix | Delete
extern "C" {
[50] Fix | Delete
#endif
[51] Fix | Delete
[52] Fix | Delete
#include <curses.h>
[53] Fix | Delete
[54] Fix | Delete
#undef unctrl
[55] Fix | Delete
NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
[56] Fix | Delete
[57] Fix | Delete
#if 1
[58] Fix | Delete
NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
[59] Fix | Delete
#endif
[60] Fix | Delete
[61] Fix | Delete
#ifdef __cplusplus
[62] Fix | Delete
}
[63] Fix | Delete
#endif
[64] Fix | Delete
[65] Fix | Delete
#endif /* NCURSES_UNCTRL_H_incl */
[66] Fix | Delete
[67] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function