summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/thumbs.c b/thumbs.c
index 9a8791f..b4e6976 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -84,6 +84,8 @@ void tns_render(tns_t *tns, win_t *win) {
if (!tns || !win)
return;
+
+ printf("tns_render()\n");
tns->cols = win->w / thumb_dim;
tns->rows = win->h / thumb_dim;