From 49196eba130b3ab4f0939f13d071aef3d0a70eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 12:44:25 +0200 Subject: Simplify drawing of the window statusbar --- vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') diff --git a/vis.c b/vis.c index 3aefc9a..a6b5d12 100644 --- a/vis.c +++ b/vis.c @@ -60,7 +60,7 @@ struct Mode { typedef struct { char *name; /* is used to match against argv[0] to enable this config */ Mode *mode; /* default mode in which the editor should start in */ - editor_statusbar_t statusbar; /* routine which is called whenever the cursor is moved within a window */ + void (*statusbar)(EditorWin*); /* routine which is called whenever the cursor is moved within a window */ } Config; typedef struct { -- cgit v1.2.3