From c23881e9ab8a9f84f208085b878dd7b159784231 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 16 Mar 2020 14:42:28 +1000 Subject: Compile boxes by default. --- src/boxes/boxes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/boxes/boxes.c b/src/boxes/boxes.c index fb5367a..25fc880 100644 --- a/src/boxes/boxes.c +++ b/src/boxes/boxes.c @@ -14,7 +14,7 @@ USE_BOXES(NEWTOY(boxes, "w#h#m(mode):a(stickchars)1", TOYFLAG_USR|TOYFLAG_BIN)) config BOXES bool "boxes" - default n + default y help usage: boxes [-m|--mode mode] [-a|--stickchars] [-w width] [-h height] -- cgit v1.1