From f295bba61f97ff0d3d43fcc156b78856f715ffad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 19 Mar 2017 12:29:13 +0100 Subject: Move :set horizon option implementaiton to lua --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 2b4fcf2..913a503 100644 --- a/vis.h +++ b/vis.h @@ -51,7 +51,7 @@ typedef struct { void (*file_close)(Vis*, File*); void (*win_open)(Vis*, Win*); void (*win_close)(Vis*, Win*); - void (*win_highlight)(Vis*, Win*, size_t horizon); + void (*win_highlight)(Vis*, Win*); void (*win_status)(Vis*, Win*); } VisEvent; -- cgit v1.2.3