summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-12 16:25:02 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-12 16:25:02 (EST)
commit669409e983d68be6262f4458861088e4044c423b (patch)
tree6230838eff9e4e9cec908892dc0c28fcdd385548
parent82a66ae9ab9702c4f6a4487b5976283537b95f26 (diff)
busybox: Enable FEATURE_VI_WIN_RESIZE
-rw-r--r--changelog1
-rw-r--r--src/build/busybox_1.32.0/config2
2 files changed, 2 insertions, 1 deletions
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