mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
c_save_trm: unused.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: curspriv.h,v 1.96 2006/07/18 11:25:46 wmcbrine Exp $ */
|
||||
/* $Id: curspriv.h,v 1.97 2006/07/18 11:30:27 wmcbrine Exp $ */
|
||||
|
||||
/* CURSPRIV.H
|
||||
|
||||
@@ -55,7 +55,6 @@ struct cttyset
|
||||
extern struct cttyset c_sh_tty; /* tty modes for shell_mode */
|
||||
extern struct cttyset c_pr_tty; /* tty modes for prog_mode */
|
||||
extern struct cttyset c_save_tty;
|
||||
extern struct cttyset c_save_trm;
|
||||
|
||||
/* tracing flag */
|
||||
extern bool trace_on;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
# undef wnoutrefresh
|
||||
#endif
|
||||
|
||||
RCSID("$Id: initscr.c,v 1.57 2006/07/17 21:45:15 wmcbrine Exp $");
|
||||
RCSID("$Id: initscr.c,v 1.58 2006/07/18 11:30:28 wmcbrine Exp $");
|
||||
|
||||
const char *_curses_notice = "PDCurses 3.0 - Public Domain 2006";
|
||||
|
||||
@@ -66,7 +66,6 @@ WINDOW *_getch_win_ = NULL;
|
||||
struct cttyset c_sh_tty = {0}; /* tty modes for def_shell_mode */
|
||||
struct cttyset c_pr_tty = {0}; /* tty modes for def_prog_mode */
|
||||
struct cttyset c_save_tty = {0};
|
||||
struct cttyset c_save_trm = {0};
|
||||
|
||||
#ifdef PDC_WIDE
|
||||
cchar_t _wacs_map[] = {
|
||||
|
||||
Reference in New Issue
Block a user