summaryrefslogtreecommitdiffstats
path: root/system/yaft/sbo-patches/background-drawm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/yaft/sbo-patches/background-drawm.patch')
-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 0000000000..0ffeb7cf9f
--- /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) */