aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-07-25 12:38:13 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-07-26 12:20:55 +0200
commitd58a37a179474d42bae6ec718ea0cf4578eb9f2a (patch)
tree1d6d6b5a13a5e4c63f2470fbc652b0c5e96572b2 /view.h
parentd7a7a3efde175e944cc6943170c9f60467850060 (diff)
downloadvis-d58a37a179474d42bae6ec718ea0cf4578eb9f2a.tar.gz
vis-d58a37a179474d42bae6ec718ea0cf4578eb9f2a.tar.xz
view: always fill out complete cell matrix
Diffstat (limited to 'view.h')
-rw-r--r--view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/view.h b/view.h
index d993fbd..ce2dc93 100644
--- a/view.h
+++ b/view.h
@@ -52,6 +52,7 @@ void view_free(View*);
bool view_resize(View*, int width, int height);
int view_height_get(View*);
+int view_width_get(View*);
void view_draw(View*);
/* changes how many spaces are used for one tab (must be >0), redraws the window */
void view_tabwidth_set(View*, int tabwidth);