aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit/refresh.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-03-06 21:32:54 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-03-06 21:32:54 +0000
commit1f37f0f18ffbdd3ff3c261368a34b1dacbd07bb2 (patch)
treed0cf340e5e8da21b579217126ee95772c2a99baf /lib/libedit/refresh.h
parentee3147b53aa9c021cb65f4cccc086d8959a24feb (diff)
Notes
Diffstat (limited to 'lib/libedit/refresh.h')
-rw-r--r--lib/libedit/refresh.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libedit/refresh.h b/lib/libedit/refresh.h
index b9c4b30ea961..71a15875b0b9 100644
--- a/lib/libedit/refresh.h
+++ b/lib/libedit/refresh.h
@@ -1,4 +1,4 @@
-/* $NetBSD: refresh.h,v 1.9 2016/02/16 15:53:48 christos Exp $ */
+/* $NetBSD: refresh.h,v 1.6 2009/12/30 22:37:40 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -41,13 +41,15 @@
#ifndef _h_el_refresh
#define _h_el_refresh
+#include "histedit.h"
+
typedef struct {
coord_t r_cursor; /* Refresh cursor position */
int r_oldcv; /* Vertical locations */
int r_newcv;
} el_refresh_t;
-protected void re_putc(EditLine *, wint_t, int);
+protected void re_putc(EditLine *, Int, int);
protected void re_clear_lines(EditLine *);
protected void re_clear_display(EditLine *);
protected void re_refresh(EditLine *);