summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_tstp.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-02 06:40:24 +0000
committerache <ache@FreeBSD.org>1994-12-02 06:40:24 +0000
commitda3bc85e1374c51c5dced6baacf60288a5a3ea40 (patch)
tree0beef683196d6d2f76165d3756c20ac09c0ee20b /lib/libncurses/lib_tstp.c
parentd856190a55e1ac4bbc1e389083c70c3a9c37746e (diff)
downloadFreeBSD-src-da3bc85e1374c51c5dced6baacf60288a5a3ea40.zip
FreeBSD-src-da3bc85e1374c51c5dced6baacf60288a5a3ea40.tar.gz
Upgrade to version 1.8.6
Diffstat (limited to 'lib/libncurses/lib_tstp.c')
-rw-r--r--lib/libncurses/lib_tstp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/lib_tstp.c b/lib/libncurses/lib_tstp.c
index 691dcd3..272c274 100644
--- a/lib/libncurses/lib_tstp.c
+++ b/lib/libncurses/lib_tstp.c
@@ -11,7 +11,7 @@
*/
#include "curses.priv.h"
-#include <nterm.h>
+#include "terminfo.h"
#ifdef SVR4_ACTION
#define _POSIX_SOURCE
#endif
@@ -41,7 +41,7 @@ sigset_t mask;
reset_prog_mode();
flushinp();
if (enter_ca_mode)
- tputs(enter_ca_mode, 1, _outc);
+ putp(enter_ca_mode);
doupdate();
}
OpenPOWER on IntegriCloud