blob: 751cd4f635b9b47e053f91e96805ec4f5b2e3523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|