From bbc3ead99c30b6d76541905a17da308d5b4f21ed Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Mon, 27 Nov 2017 20:37:09 +0100 Subject: [PATCH] Added CONFIG_TERMINFO to features.conf --- features.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/features.conf b/features.conf index ce7cf666..a6b4acc4 100644 --- a/features.conf +++ b/features.conf @@ -554,6 +554,15 @@ CONFIG_256_COLORS=no CONFIG_TRUE_COLOR=no +### Terminfo +# +# Whether to use terminfo for output +# Unfinished. +# +# Default disabled + +CONFIG_TERMINFO=no + ### Ex-mode Interface # # The ex-mode interface makes a prompt available when pressing ':'. The prompt