From c419009f28dc89d8a556b1196de644a3536769e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 13:52:47 +0200 Subject: Fix :q command --- editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 2f47b52..2efa7c5 100644 --- a/editor.h +++ b/editor.h @@ -98,7 +98,6 @@ struct Editor { Regex *search_pattern; /* last used search pattern */ void (*windows_arrange)(Editor*); /* current layout which places the windows */ void (*statusbar)(EditorWin*); /* configurable user hook to draw statusbar */ - bool running; /* (TODO move elsewhere?) */ }; Editor *editor_new(int width, int height); -- cgit v1.2.3