mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
#warning doesn't work in old Borland... hmpf.
This commit is contained in:
4
term.h
4
term.h
@@ -16,15 +16,13 @@
|
||||
* See the file maintain.er for details of the current maintainer.
|
||||
**************************************************************************/
|
||||
|
||||
/* $Id: term.h,v 1.6 2006/02/10 17:41:34 wmcbrine Exp $ */
|
||||
/* $Id: term.h,v 1.7 2006/02/10 19:28:50 wmcbrine Exp $ */
|
||||
|
||||
/* PDCurses doesn't operate with terminfo, but we need these functions for
|
||||
compatibility, to allow some things (notably, interface libraries for
|
||||
other languages) to be compiled. Anyone who tries to actually _use_
|
||||
them will be disappointed, since they only return ERR. */
|
||||
|
||||
#warning Terminfo/termcap functions don't really work in PDCurses.
|
||||
|
||||
#include <curses.h>
|
||||
|
||||
#if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS)
|
||||
|
||||
Reference in New Issue
Block a user