summaryrefslogtreecommitdiffstats
path: root/lib/libedit/refresh.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/refresh.h')
-rw-r--r--lib/libedit/refresh.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libedit/refresh.h b/lib/libedit/refresh.h
index 71a1587..b9c4b30 100644
--- a/lib/libedit/refresh.h
+++ b/lib/libedit/refresh.h
@@ -1,4 +1,4 @@
-/* $NetBSD: refresh.h,v 1.6 2009/12/30 22:37:40 christos Exp $ */
+/* $NetBSD: refresh.h,v 1.9 2016/02/16 15:53:48 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -41,15 +41,13 @@
#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 *, Int, int);
+protected void re_putc(EditLine *, wint_t, int);
protected void re_clear_lines(EditLine *);
protected void re_clear_display(EditLine *);
protected void re_refresh(EditLine *);
OpenPOWER on IntegriCloud