From bece7aeddbec66e0384a3178187d3aecea31f150 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Jan 2021 02:26:01 -0500 Subject: linux-libre-4.19: Enable ACS for line graphics This option was introduced in Linux in 2008 in commit a29ccf6f823a84d89e1c7aaaf221cf7282022024. --- 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 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 -- cgit v0.9.1