From 6a7f12527b1d5f562c8e762126719706329aae8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 21 May 2016 23:45:34 +0200 Subject: vis: refactor status line handling Make window status bar content configurable via Lua. --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index 2e58593..8cd2ce3 100644 --- a/view.h +++ b/view.h @@ -14,7 +14,7 @@ typedef struct Selection Selection; typedef struct { void *data; - void (*highlight)(void *data); + void (*draw)(void *data); } ViewEvent; typedef struct { -- cgit v1.2.3