aboutsummaryrefslogtreecommitdiff
path: root/system/yaft/sbo-patches
diff options
context:
space:
mode:
authorJefferson Rocha <jeffersoncarneiro@slackjeff.com.br>2020-09-19 00:23:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-19 00:23:40 +0700
commit31e0c5682d818edf8192a33718fa6b646b3697cb (patch)
tree7ca3c6bcc523478784cb7776b78bf1301762b69e /system/yaft/sbo-patches
parentb4412dd896c20983f670b1861354dd362befddfb (diff)
system/yaft: Added (Yet another framebuffer terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yaft/sbo-patches')
-rw-r--r--system/yaft/sbo-patches/background-drawm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/yaft/sbo-patches/background-drawm.patch b/system/yaft/sbo-patches/background-drawm.patch
new file mode 100644
index 0000000000000..0ffeb7cf9fd6e
--- /dev/null
+++ b/system/yaft/sbo-patches/background-drawm.patch
@@ -0,0 +1,11 @@
+--- conf.h 2020-09-12 15:40:06.962795268 -0300
++++ b/conf.h 2020-09-12 15:54:57.712812014 -0300
+@@ -14,7 +14,7 @@
+ VERBOSE = false, /* write dump of input to stdout, debug message to stderr */
+ TABSTOP = 8, /* hardware tabstop */
+ LAZY_DRAW = true, /* don't draw when input data size is larger than BUFSIZE */
+- BACKGROUND_DRAW = false, /* always draw even if vt is not active */
++ BACKGROUND_DRAW = true, /* always draw even if vt is not active */
+ VT_CONTROL = true, /* handle vt switching */
+ FORCE_TEXT_MODE = false, /* force KD_TEXT mode (not use KD_GRAPHICS mode) */
+ SUBSTITUTE_HALF = 0x0020, /* used for missing glyph(single width): U+0020 (SPACE) */