[Lunar-commits] <moonbase> fbterm: a framebuffer based terminal.

Florin Braescu florin at lunar-linux.org
Sun Apr 26 15:36:09 CEST 2009


commit 51d05123939a271df47af76748a08d1d51e4b92c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Apr 26 16:36:09 2009 +0300

    fbterm: a framebuffer based terminal.
---
 terminal/fbterm/DETAILS |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/terminal/fbterm/DETAILS b/terminal/fbterm/DETAILS
new file mode 100644
index 0000000..ce5e142
--- /dev/null
+++ b/terminal/fbterm/DETAILS
@@ -0,0 +1,30 @@
+          MODULE=fbterm
+         VERSION=1.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://fbterm.googlecode.com/files
+      SOURCE_VFY=sha1:45a74a11b13f9e9b8a8f29fe9155c9cab3772f13
+        WEB_SITE=http://fbterm.googlecode.com
+         ENTERED=20090426
+         UPDATED=20090426
+           SHORT=""
+
+cat << EOF
+FbTerm is a fast terminal emulator for linux with frame buffer device. 
+Features include: 
+ - mostly as fast as terminal of linux kernel while accelerated 
+   scrolling is enabled on framebuffer device 
+ - select font with fontconfig and draw text with freetype2, same as 
+   Qt/Gtk+ based GUI apps 
+ - dynamicly create/destroy up to 10 windows initially running default 
+   shell 
+ - record scrollback history for every window 
+ - auto-detect text encoding with current locale, support double width 
+   scripts like Chinese, Japanese etc 
+ - switch between configurable additional text encodings with hot keys 
+   on the fly 
+ - copy/past selected text between windows with mouse when gpm server is 
+   running 
+ - change the orientation of screen display, a.k.a. screen rotation 
+ - lightweight input method framework with client-server architecture 
+ - background image for eye candy.
+EOF


More information about the Lunar-commits mailing list