summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-13 02:26:01 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-13 02:26:01 (EST)
commitbece7aeddbec66e0384a3178187d3aecea31f150 (patch)
tree9f0e154e092e07680e1ff46e981a9d8c45df5347
parent8143cc16e382cf3a9a5518c4943c90c7b80e6d3d (diff)
linux-libre-4.19: Enable ACS for line graphics
This option was introduced in Linux in 2008 in commit a29ccf6f823a84d89e1c7aaaf221cf7282022024.
-rw-r--r--changelog3
-rw-r--r--src/build/linux-libre-4.19_4.19.167+gnu/config2
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog b/changelog
index 7b06b1a..d311fc2 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,9 @@ config-x60 (2.7) trunk
* config-linux-libre-4.19-x60: Drop version 4.19.164+gnu files.
* config-linux-libre-4.19-x60: New upstream version 4.19.167+gnu.
+ * config-linux-libre-4.19-x60: Enable DEC Special Graphics a.k.a.
+ VT100 Alternate Character Set translation in the virtual console,
+ used by ncurses for line graphics.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 13 Jan 2021 02:06:47 -0500
diff --git a/src/build/linux-libre-4.19_4.19.167+gnu/config b/src/build/linux-libre-4.19_4.19.167+gnu/config
index 85d7e4a..af193bc 100644
--- a/src/build/linux-libre-4.19_4.19.167+gnu/config
+++ b/src/build/linux-libre-4.19_4.19.167+gnu/config
@@ -1300,7 +1300,7 @@ CONFIG_SERIO_LIBPS2=y
#
CONFIG_TTY=y
CONFIG_VT=y
-# CONFIG_CONSOLE_TRANSLATIONS is not set
+CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y