diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 13:52:47 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 13:52:47 +0200 |
| commit | c419009f28dc89d8a556b1196de644a3536769e9 (patch) | |
| tree | 58bd3561b1965f2af588a612d54f6cd515836331 /editor.h | |
| parent | a6e301c3c4e52cab0ca042af5934cfba3c76a9c0 (diff) | |
| download | vis-c419009f28dc89d8a556b1196de644a3536769e9.tar.gz vis-c419009f28dc89d8a556b1196de644a3536769e9.tar.xz | |
Fix :q command
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
