From 669409e983d68be6262f4458861088e4044c423b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 12 Dec 2020 16:25:02 -0500 Subject: busybox: Enable FEATURE_VI_WIN_RESIZE --- diff --git a/changelog b/changelog index 7534b86..bb7ad25 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,7 @@ config-x60 (2.4) trunk * config-busybox-x60: Enable blkid (will be used by lilo). + * config-busybox-x60: Enable vi window resizing. * config-linux-libre-4.19-x60: New upstream version. * config-linux-libre-4.19-x60: Enable AF_UNIX sockets (needed by wget for HTTPS). diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config index 0896fc3..0934efb 100644 --- a/src/build/busybox_1.32.0/config +++ b/src/build/busybox_1.32.0/config @@ -427,7 +427,7 @@ CONFIG_FEATURE_VI_DOT_CMD=y CONFIG_FEATURE_VI_READONLY=y CONFIG_FEATURE_VI_SETOPTS=y CONFIG_FEATURE_VI_SET=y -# CONFIG_FEATURE_VI_WIN_RESIZE is not set +CONFIG_FEATURE_VI_WIN_RESIZE=y CONFIG_FEATURE_VI_ASK_TERMINAL=y # CONFIG_FEATURE_VI_UNDO is not set # CONFIG_FEATURE_VI_UNDO_QUEUE is not set -- cgit v0.9.1