mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Merge ncurses 5.2-20020615 changes onto mainline.
This commit is contained in:
parent
536dddacf1
commit
d91c14de79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98507
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Copyright (c) 1998,1999,2000,2001 Free Software Foundation, Inc. *
|
* Copyright (c) 1998-2001,2002 Free Software Foundation, Inc. *
|
||||||
* *
|
* *
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a *
|
* Permission is hereby granted, free of charge, to any person obtaining a *
|
||||||
* copy of this software and associated documentation files (the *
|
* copy of this software and associated documentation files (the *
|
||||||
@ -36,16 +36,16 @@
|
|||||||
|
|
||||||
/* $FreeBSD$ */
|
/* $FreeBSD$ */
|
||||||
|
|
||||||
|
#define __INTERNAL_CAPS_VISIBLE
|
||||||
#include <curses.priv.h>
|
#include <curses.priv.h>
|
||||||
|
|
||||||
#include <termcap.h>
|
#include <termcap.h>
|
||||||
#include <tic.h>
|
#include <tic.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#define __INTERNAL_CAPS_VISIBLE
|
|
||||||
#include <term_entry.h>
|
#include <term_entry.h>
|
||||||
|
|
||||||
MODULE_ID("$Id: lib_termcap.c,v 1.42 2001/09/22 19:17:31 tom Exp $")
|
MODULE_ID("$Id: lib_termcap.c,v 1.43 2002/05/25 12:24:13 tom Exp $")
|
||||||
|
|
||||||
#define CSI 233
|
#define CSI 233
|
||||||
#define ESC 033 /* ^[ */
|
#define ESC 033 /* ^[ */
|
||||||
|
Loading…
Reference in New Issue
Block a user