summaryrefslogtreecommitdiffstats
path: root/system/yaft/README
diff options
context:
space:
mode:
author Jefferson Rocha <jeffersoncarneiro@slackjeff.com.br>2020-09-19 00:23:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-19 00:23:40 +0700
commit31e0c5682d818edf8192a33718fa6b646b3697cb (patch)
tree7ca3c6bcc523478784cb7776b78bf1301762b69e /system/yaft/README
parentb4412dd896c20983f670b1861354dd362befddfb (diff)
downloadslackbuilds-31e0c5682d818edf8192a33718fa6b646b3697cb.tar.gz
slackbuilds-31e0c5682d818edf8192a33718fa6b646b3697cb.tar.xz
system/yaft: Added (Yet another framebuffer terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yaft/README')
-rw-r--r--system/yaft/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/system/yaft/README b/system/yaft/README
new file mode 100644
index 0000000000..751cd4f635
--- /dev/null
+++ b/system/yaft/README
@@ -0,0 +1,23 @@
+Yet another framebuffer terminal (aka "yaft") is simple terminal emulator for minimalist,
+living without X.
+This software is being developed to replace Linux console for personal use.
+
+Features:
+
+* various framebuffer types (8/15/16/24/32bpp)
+* compatible with vt102 and Linux console (detail)
+* UTF-8 encoding and UCS2 glyphs
+* 256 colors (same as xterm)
+* wallpaper
+* DRCS (DECDLD/DRCSMMv1) (experimental)
+* sixel (experimental)
+
+OPTIONS
+
+If you need active Background Draw (always draw even if vt is not active):
+
+ BACKGROUND_DRAW=yes sh yaft.SlackBuild
+
+
+!!! NOTE !!!
+sbo-patches/background-draw.patch : For activate the BACKGROUND DRAW option