summaryrefslogtreecommitdiff
path: root/ncurses/term.priv.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2026-01-14 13:37:49 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2026-01-14 13:37:49 +0100
commitc5a1e08b52b2f6c05e0116d46277904b711b6bdb (patch)
treea6ad7350d1b1100356ca59616d22c51dd29743eb /ncurses/term.priv.h
parent24fa7a5107c5b75d1c197accf0305be64bc72882 (diff)
Vendor import ncurses 6.6vendor/ncurses/6.6vendor/ncurses
Diffstat (limited to 'ncurses/term.priv.h')
-rw-r--r--ncurses/term.priv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ncurses/term.priv.h b/ncurses/term.priv.h
index 1f436b5f8254..0dd176abb373 100644
--- a/ncurses/term.priv.h
+++ b/ncurses/term.priv.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright 2021-2023,2024 Thomas E. Dickey *
+ * Copyright 2021-2024,2025 Thomas E. Dickey *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -27,7 +27,7 @@
****************************************************************************/
/*
- * $Id: term.priv.h,v 1.13 2024/03/02 20:43:06 tom Exp $
+ * $Id: term.priv.h,v 1.14 2025/12/27 12:41:23 tom Exp $
*
* term.priv.h
*
@@ -176,7 +176,7 @@ typedef struct {
#include <term_entry.h> /* dbdLAST */
-#ifdef USE_TERM_DRIVER
+#if USE_TERM_DRIVER
struct DriverTCB; /* Terminal Control Block forward declaration */
#endif
@@ -228,7 +228,7 @@ typedef struct {
int count_tparm;
#endif /* HAVE_TSEARCH */
-#ifdef USE_TERM_DRIVER
+#if USE_TERM_DRIVER
int (*term_driver)(struct DriverTCB*, const char*, int*);
#endif