aboutsummaryrefslogtreecommitdiff
path: root/sizeof.c
diff options
context:
space:
mode:
Diffstat (limited to 'sizeof.c')
-rw-r--r--sizeof.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sizeof.c b/sizeof.c
index 4844cba..9025f78 100644
--- a/sizeof.c
+++ b/sizeof.c
@@ -31,6 +31,8 @@ int main(int argc, char **argv) {
memset(str, 0, 64);
sprintf(str, "x,y : %dx%d\n", w_size_x, w_size_y);
mvaddstr(2, 2, str);
+ sprintf(str, "resize:%d\n", KEY_RESIZE);
+ mvaddstr(3, 2, str);
unsigned m = ACS_DIAMOND;
fprintf(stderr, "sizeof ACS %d\n", sizeof(ACS_DIAMOND));