aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-10 13:52:47 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-10 13:52:47 +0200
commitc419009f28dc89d8a556b1196de644a3536769e9 (patch)
tree58bd3561b1965f2af588a612d54f6cd515836331 /editor.h
parenta6e301c3c4e52cab0ca042af5934cfba3c76a9c0 (diff)
downloadvis-c419009f28dc89d8a556b1196de644a3536769e9.tar.gz
vis-c419009f28dc89d8a556b1196de644a3536769e9.tar.xz
Fix :q command
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 0 insertions, 1 deletions
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);